Unzip all zip files at once

Hi,

    I have 13 zip files in a location. I want to unzip all files and load them into respective sql server tables. I am wondering whether it is possible to unzip all files at once instead of picking one-by-one? I can use For-Each loop container but again it picks up each file and process it and picks another file and so on.. is it possible to pick all files at once and unzip them? Any solution would be helpful 

Regards,

V

February 9th, 2015 5:46am

Then you have 13 Control flow tasks to unzip file . and execute in parallel
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2015 5:52am

Well you can use multiple tasks in parallel .. to unzip file simultaneously, but again having 13 parallel unzip task is not recommended so you can run couple of parallel tasks in parallel.. check below article for some inside view 

http://sqlmag.com/sql-server-integration-services/designing-ssis-packages-high-performance 

Thanks,

Saurabh 

February 9th, 2015 5:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics