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

sql server dts

group:

where dts package runs


Re: where dts package runs Panch
10/28/2005 9:57:30 AM
sql server dts:
DTS is a SQL Server's feature. Logically speaking ....It should run on
SQL Server even though you call from web server.
Re: where dts package runs Panch
10/28/2005 9:57:42 AM
DTS is a SQL Server's feature. Logically speaking ....It should run on
SQL Server even though you call from web server.

A Panchanathan
where dts package runs prefect
10/28/2005 5:32:35 PM
i am a little bit confused , i write an sp which creates DTS.Package object
and uses LoadFromSQLServer method to load DTS package.
i exec this sp within VB code in a ASP page. Web server and Sql server are
on the different machines. where does the package run ? on the web server or
sql server?
what if i load the package using the VB code instead of a stored procedure?

this is important because i plan to use a filepath as a global variable ,
and set it as a source for one of my tasks.

Re: where dts package runs prefect
10/28/2005 5:57:18 PM
and also what if i load dts package file that resides on the web server
machine or
sql server machine

[quoted text, click to view]

Re: where dts package runs Allan Mitchell
10/29/2005 2:35:31 AM
Hello Panch,

No, DTS is a client application and runs from whereever you call it.

If I am in N.Y. and I grab a package in EM from a server in London that transfers
data between two london servers then the data does this


London --> N.Y. --> London


Allan

[quoted text, click to view]

Re: where dts package runs uykusuz
10/29/2005 1:09:21 PM
Allan, then
in my case , can we say that the package runs on the webserver?
and text source would reside on the webserver?
eg: when i give a path like C:\source.txt ,the package would look for it
on the webserver?

[quoted text, click to view]

Re: where dts package runs uykusuz
10/29/2005 1:19:11 PM
in fact i am prefect, this is my friend's computer.

[quoted text, click to view]

AddThis Social Bookmark Button