how to use DTS package?

S

susie

Can SQL DTS package be used in asp.net application? If it
can be used, can anyone show me how to use it? Say my
package name is "TranferFile"
 
S

SSP

Try creating a stored procedure and then call it in an asp.net page:

example:

CREATE proc spTranferFile as
exec master.dbo.xp_cmdshell "DTSRun /S SERVER NAME /U xxx /P yyy /N
TranferFile"
GO
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,167
Latest member
SusanaSwan
Top