dbTalk Databases Forums  

DTS needs to unzip file

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS needs to unzip file in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alex Rau
 
Posts: n/a

Default DTS needs to unzip file - 03-01-2005 , 01:09 PM






I have a DTS job on a Windows 2000 AS server and SQL Server 2000, which needs
to unzip a zip file as the first step of the transform and load.

My understanding is that Windows 2000 AS Server has a base function to unzip
items that you click on (in much the same way that XP does).

Thus I was looking for a reference to a Script Host or some other command to
embed in the DTS job to perform the unzip.

Third-party tools such as WinZip probably can't be used since this is a
locked down server.

Thanks.

Reply With Quote
  #2  
Old   
Dave
 
Posts: n/a

Default RE: DTS needs to unzip file - 03-02-2005 , 03:47 PM






Just use the Execute Process Task in DTS.

Winzip has command line tools. No need for WSH.


"Alex Rau" wrote:

Quote:
I have a DTS job on a Windows 2000 AS server and SQL Server 2000, which needs
to unzip a zip file as the first step of the transform and load.

My understanding is that Windows 2000 AS Server has a base function to unzip
items that you click on (in much the same way that XP does).

Thus I was looking for a reference to a Script Host or some other command to
embed in the DTS job to perform the unzip.

Third-party tools such as WinZip probably can't be used since this is a
locked down server.

Thanks.

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: DTS needs to unzip file - 03-03-2005 , 02:55 AM



Are you looking for EXPAND on the command line?

"Alex Rau" wrote:

Quote:
I have a DTS job on a Windows 2000 AS server and SQL Server 2000, which needs
to unzip a zip file as the first step of the transform and load.

My understanding is that Windows 2000 AS Server has a base function to unzip
items that you click on (in much the same way that XP does).

Thus I was looking for a reference to a Script Host or some other command to
embed in the DTS job to perform the unzip.

Third-party tools such as WinZip probably can't be used since this is a
locked down server.

Thanks.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.