all groups > sql server dts > november 2005 >
You're in the

sql server dts

group:

Can we run Same DTS package parallel


Can we run Same DTS package parallel Rajesha
11/21/2005 1:27:06 AM
sql server dts:
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?
Re: Can we run Same DTS package parallel Darren Green
11/21/2005 12:57:39 PM
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


[quoted text, click to view]

AddThis Social Bookmark Button