Hi,
I have created four package, it should executed sequencely one by one. Is it there any option like sequencer in Data Stage for achive this requirement I want to execute these package one by one using SSIS. could you help on this requirement
Thanks & Regards
S.Nagarajan

Execute package one by one using SSIS
Ankur Goel
The workflow controller in SSIS is what you see in the Control Flow tab in SSIS Designer in BIDS. Its simply a case of dragging arrows between tasks.
For slightly more advanced stuff, here's a great example of conditional workflow: http://www.sqlis.com/default.aspx 306
and another one of implmenting logical OR in your workflow: http://www.sqlis.com/default.aspx 308
-Jamie
Joltan
Thanks. guide me or give me samples for using workflow in SSIS
Regards
S.Nagarajan
jandizon
philippel