Hi all.
I need a good resource to figure out how to use For Loop Container in SSIS in order to do the following:
1) Call up Procedure name from a SQL Table, looping through them one by one
Procedurename
Exec proc1
Exec proc2
exec proc3
2) By executing them i will be getting result set which i need to insert it in to another table
Table structure
Thanks,
Arun