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 2008 Forums
 SSIS and Import/Export (2008)
 Question: how do I make a copy of ssis packge

Author  Topic 

fofa4ever
Starting Member

3 Posts

Posted - 2012-09-08 : 12:10:39
Hi All,

i'll be thankful if anyone could help me with my case

I have a folder contains dwh files I need to create a package to read these files then save a copy in a diffrent location.



Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-09-09 : 12:40:43
use file system task to copy files. Include a for each loop to iterate over files.

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

Go to Top of Page

fofa4ever
Starting Member

3 Posts

Posted - 2012-09-14 : 07:59:10
Thanks
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-09-14 : 10:27:52
welcome

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

Go to Top of Page
   

- Advertisement -