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 |
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2005-08-16 : 17:29:13
|
Hi,In my DTS pakage, there are several tasks which take place in order (i.e one after the other). Now I would like to change the order of execution of one of them so that it runs first. How is this done please?Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-08-16 : 17:31:30
|
Use the Workflow items to add precedence to the package. Follow the arrows to determine the order. If you have two tasks that do not have workflow between them, then they execute simultaneously. Tara |
 |
|
|
|
|