dbTalk Databases Forums  

Can we run Same DTS package parallel

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


Discuss Can we run Same DTS package parallel in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rajesha
 
Posts: n/a

Default Can we run Same DTS package parallel - 11-21-2005 , 03:27 AM






Hi,
I would like to confirm regarding DTS package execution.

1. Multi Threading is possible in DTS package?
2. Simultaneously can we call same DTS package, in more then one DOS prompt?
If it is passable is their any effect on Global variable?

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Can we run Same DTS package parallel - 11-21-2005 , 06:57 AM






1 - Yes

2 - Yes

When executing a package, the first thing it does is load it into memory.
You can have as many copies in memory as you like. DTS is just a COM object
really. There is no synchronisation or communication between multiple
in-memory instances of the package.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com


"Rajesha" <Rajesha (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,
I would like to confirm regarding DTS package execution.

1. Multi Threading is possible in DTS package?
2. Simultaneously can we call same DTS package, in more then one DOS
prompt?
If it is passable is their any effect on Global variable?



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.