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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Forcing Parallel Task Execution of ActiveX tasks

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
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -