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
 SSIS and Import/Export (2005)
 Hi

Author  Topic 

machosql
Starting Member

5 Posts

Posted - 2007-08-29 : 14:10:50
Hi all,

I have a folder which contais batch files of different names(11 batch files). In my master package it should see the batch file no 1, execute it and then run a child package. This flow has to be repeated for all 11 batch files. Any idea on this

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-08-29 : 14:12:35
Use the FOR EACH container.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

machosql
Starting Member

5 Posts

Posted - 2007-08-29 : 15:14:23
Hi I know and i am using it. But the problem is i have to run that batch file inside the container and for that i am using Process task. Now process task takes the path of the file name. i have provided the path for source batch file no 1 but how can i parameterize it?
Go to Top of Page
   

- Advertisement -