Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Run DTS package from ASP.NET application

Author  Topic 

alpoor
Starting Member

29 Posts

Posted - 2005-06-17 : 15:28:58
I am newbie to DTS stuff. Is there anyway I can trigger DTS package thr' asp.net application

Please help

lauramayer
Posting Yak Master

152 Posts

Posted - 2005-06-22 : 13:44:41
Yes. If you get creative :)

http://www.pengoworks.com/index.cfm?action=articles:spExecuteDTS

I've made it work in PHP so I don't see why you can't do the same thing in ASP

Laura
Go to Top of Page

homebrew
Posting Yak Master

114 Posts

Posted - 2005-07-21 : 16:33:22
I think if you save the DTS as a "Structured Storage File" (SSF) then you can invoke it via ASP.
Go to Top of Page
   

- Advertisement -