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 |
|
elomon
Starting Member
37 Posts |
Posted - 2003-11-19 : 11:57:01
|
| On my DTS package, I have the 'Limit number of tasks executed in Parallel' to 4. I have four tasks and want them all to execute in parallel, but when I execute the package, one runs while the others are in Waiting state, then the others run.How can I force the tasks to be executed in parallel?Thanks.Follow up - these are four ActiveX tasks |
|
|
rharmon
Starting Member
41 Posts |
Posted - 2003-11-19 : 12:10:01
|
| I'm assuming the 4 tasks are data pump tasks, if this is the case, ensure each task is running on it's own data source and destinations.Rob |
 |
|
|
elomon
Starting Member
37 Posts |
Posted - 2003-11-19 : 12:31:17
|
| Sorry, I should have been clearer. All four tasks are ActiveX tasks & so have no connection defined. |
 |
|
|
|
|
|