Groups | Blog | Home
all groups > asp.net webcontrols > october 2003 >

asp.net webcontrols : how to use DTS package?


susie
10/28/2003 10:01:21 AM
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
SSP
10/29/2003 2:57:08 PM
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


[quoted text, click to view]

AddThis Social Bookmark Button