Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sravanim
Yak Posting Veteran
58 Posts |
Posted - 2013-03-26 : 10:51:23
|
is there any way to execute tasks in series in sequence container ? |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2013-03-26 : 10:58:36
|
I'm not clear about what your asking for. The tasks in a Sequence container execute in the order specified by their workflow, the same as if they were not in a Sequence container. |
|
|
sravanim
Yak Posting Veteran
58 Posts |
Posted - 2013-03-26 : 11:04:27
|
how to see the workflow of it? |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2013-03-26 : 11:12:16
|
You open the package in Business Intelligence Studio or Visual Studio. |
|
|
sravanim
Yak Posting Veteran
58 Posts |
Posted - 2013-03-26 : 11:15:44
|
some tasks have precedence constraints and others don't have.Which doesn't have precedence constraints those tasks run parallely and those have precedence constraints those run according to precedence constraint result? |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2013-03-26 : 11:41:27
|
I'm still not clear what you're asking for, and I don't see what difference using a Sequence container would make. If you do not want those tasks to run in parallel, then you need to apply precedence constraints to their workflows. These constraints are the only way to guarantee that operations run in the sequence you want. |
|
|
|
|
|