Hi,
I am new to the product and have set up an intergration service comprising of two seperate ssis packages. At present as far as i know I have to execute them one at a time. Is there any way of performing a single execute to run them both or alternatively merging them into a single package.
Any help would be greatfully appreciated.
Chris
Chris, there is an "Execute Package" task in SSIS that should do the trick for you... Just place two on the control flow and point to the packages you currently have.
You could also merge them into one package, but I have not tried to copy/paste tasks/flows from one package into another...
|||
Thanks Dan
The Execute Package works a treat.
Chris
No comments:
Post a Comment