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 |
Cry
Starting Member
24 Posts |
Posted - 2009-01-22 : 09:25:28
|
Hi,can anybody tell me, if it is possible to define constraints on dataflow tasks?My problem is, that i have defined three parts in the dataflowtask. two of them have to be finished, before the last one can be executed.Or is there any other solution?Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-22 : 09:30:17
|
use sequence container for this. you can also associate transaction to them using container. |
 |
|
Cry
Starting Member
24 Posts |
Posted - 2009-01-22 : 10:18:21
|
Thanks, that was the solution |
 |
|
|
|
|