At this point,I created several packages that need now to be run sequentially at the end. How to do that? Shall I create again a new package and use Execute Package tasks to build my process flow?
Thanks for your tips
|
At this point,I created several packages that need now to be run sequentially at the end. How to do that? Shall I create again a new package and use Execute Package tasks to build my process flow? Thanks for your tips |
|||
|
|
|
Yes, it can be a good solution. Alternatively you can use a batch file and call dtexec utility more times. For instance:
In the second command you can set a package variable. More information visit MSDN |
||||
|
|
|
You run the SSIS packages from SQL Jobs. You can easily sequence the packages in the Job Steps. |
|||
|
|