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
 SQL Server Development (2000)
 Execute DTS Package From The Web

Author  Topic 

besadmin
Posting Yak Master

116 Posts

Posted - 2008-11-12 : 17:09:57
Hey Friends,

I have been assigned the task of writing the code to execute a DTS job that has already been created.

Is this the right place to ask that question?

Any help is greatly appreciated.

ASP is ok, ASP.NET would be best if possible.

Thanks a lot for any responses!!

mfemenel
Professor Frink

1421 Posts

Posted - 2008-11-12 : 19:32:17
Look at DTExec or you could put the package in a job and call sp_startjob.

Mike
"oh, that monkey is going to pay"
Go to Top of Page
   

- Advertisement -