Can I call a SQL Server 2000 DTS package from an aspx?

J

Jeff Sheldon

Lanem,

I would suggest taking a look at xp_cmdshell and using it to run dtsrun
from within a stored procedure. Take a look in BOL for information about
dtsrun.

-Jeff
 
S

Scott Allen

There are many articles out there on using DTS from .NET languages:
http://www.google.com/search?hl=en&q=dts+c#

The two biggest hurdles in an ASP.NET environment are keeping the call
authenticated and authorized. You'll want to look at running the
ASP.NET process under a well known account, or using impersonation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top