dbTalk Databases Forums  

parallel tasks run sequentially ?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss parallel tasks run sequentially ? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Antonio Lopez Arredondo
 
Posts: n/a

Default parallel tasks run sequentially ? - 02-06-2004 , 07:22 PM






hi all !!!

I wrote a ETL package that allows many tasks to run in parallel. I set the
maximum number of tasks to run in parallel to 5.

however, only one single task runs at a time; all other tasks that could be
running in parallel show Status=Started at the Execution Progress window but
they are actually not running.

any insight on this ?

thanks in advance,
Ant.




Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: parallel tasks run sequentially ? - 02-07-2004 , 03:28 AM






If the tasks use the same connection object then they are executed
sequentially.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Antonio Lopez Arredondo" <adog (AT) someplace (DOT) com> wrote

Quote:
hi all !!!

I wrote a ETL package that allows many tasks to run in parallel. I set the
maximum number of tasks to run in parallel to 5.

however, only one single task runs at a time; all other tasks that could
be
running in parallel show Status=Started at the Execution Progress window
but
they are actually not running.

any insight on this ?

thanks in advance,
Ant.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.