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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing a SQL DTS package from an ASP page

Status
Not open for further replies.

david7777777777

Programmer
Sep 26, 2001
417
US
Does anyone know how to execute a DTS package on a SQL 2000 database from an ASP page? Thanks.
 
Put the call to the dts package in a stored procedure and then execute the stored procedure from asp.

hth
 
From what I'm seeing in BOL and using Enterprise Manager, it seems that you can only use a stored procedure to insert, delete, or update rows???
 
extended procedure. there are others that ship with sql server. we use xp_sendmail to let us know when our dts packages have completed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top