Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run a DTS package from a web page

Status
Not open for further replies.

cricketer1

Technical User
Mar 15, 2001
76
US
Is it possible to run a DTS package from a webpage (.HTML) and how?

thanx
cricketer1
 
Not from a static HTML page, no. You would need to use some kind of server-side script, eg ASP. You could then execute the dtsrun program to start the DTS package.

Look up dtsrun in BOL. The ASP forum is here: forum333 --James
 
thanks for pointing me in the right direction
cricketer1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top