Is it possible to setup a Control Flow at the solution level rather than at the package level I'd like to setup a Control Flow that truncates multiple tables in a staging database then runs multiple packages that reloads those tables. Each package has a Control Flow tab that seems to be specific to the package. Is it possible to set something up that governs the execution of multiple packages
Thanks.

Control Flow setup
Newsco
SSIS contains a task called the "Execute package Task" which does it exactly what it says on the tin. It is ideally suited to the scenario you mentioned.
-Jamie
SHANOND
I'm not understanding why that is a problem. Can you elaborate
This isn't meant to be as rude as it sounds but I couldn't disagree more. SSIS has this i.e. control-flow objects to control the running of packages as well - packages themselves. It seems you are suggesting that we use SSIS packages for "work" and a completely different tool for workflow.
SSIS packages have a a workflow engine built into them so why would you use something else
That's not rhetoric. I'm interested to hear your views here.
-Jamie
Reiguz