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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-04 : 08:13:27
|
| Kelly writes "I have a form page on the web that allows DB to view DTS packages. The packages have been populated by hand in a table on the database. They can update all Data referencing the package but can not actually change the DTS like in the DTS Manager Console. But one thing I would like to give them access to is starting the DTS package via the same web app. Is there a way to do this? SQL sits on the same server as IIS where the app lives. App is ASP, VB." |
|
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2002-04-04 : 08:43:38
|
| Interesting setup; I've never heard of that being done before.Two possibilities: you can run dtsrun.exe, or schedule the job and call sp_start_job.setBasedIsTheTruepath<O> |
 |
|
|
|
|
|