Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to extract ZIP format file .

Author  Topic 

ABHISEK SUNDHARAM
Starting Member

9 Posts

Posted - 2010-10-26 : 07:43:16
My Source file is in Zip or winrar format, in the flat file connection source how can i extract the data from zip file to flat file connection in SSIS 2005.... (SQL SERVER INTEGRATION SERVICES 2005)

ABHI

Sachin.Nand

2937 Posts

Posted - 2010-10-26 : 08:28:25
http://dataintegrity.wordpress.com/2009/10/13/dynamically-zipping-files-in-ssis/

Or

You can write a custome code in the script tasks to extract the zip files.

PBUH

Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-10-27 : 14:09:41
you need to use j# library functions for it in script task if you dont want to use third party exe

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -