all groups > sql server dts > july 2004 >
You're in the

sql server dts

group:

server.createobject("DTS.Package")



server.createobject("DTS.Package") raykwatts NO[at]SPAM gmail.com
7/27/2004 12:29:39 PM
sql server dts: I have a web application that uses server.createobject("DTS.Package")
to access a DTS Package on a different box.

My question is, does the actual CPU processing occur on the web server
where server.createobject("DTS.Package") is invoked, or does the CPU
processing occur on the sql box where the DTS Package resides.

Thanks,
-Ray
Re: server.createobject("DTS.Package") Allan Mitchell
7/27/2004 8:46:05 PM
DTS is a client side application so everything occurs on the Box that says
"go"

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

Re: server.createobject("DTS.Package") ray watts
7/28/2004 4:35:56 AM
Alan,

Since this object is created on the web server, and the execute command
is issued on the web server, are you saying that the DTS runs on the web
server even though the DTS package itself is on a different box?

Thank you so much,
-Ray Watts



*** Sent via Developersdex http://www.developersdex.com ***
AddThis Social Bookmark Button