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

DTS Execution

Status
Not open for further replies.

RobS23

Programmer
Jun 4, 2001
161
GB
I'm having a hard time getting a DTS package to execute from within a Stored Procedure. I've been following the books online examples but something is wrong.

Hope you can help!

Here's the details

Server name = LapServer
Db name = dbMIS
DTS package = dtsEDIImport

Db uses NT security so there should be no need for the password fields

Surely - EXEC xp_cmdshell 'dtsrun /SLapserver/dtsEDIImport'

- should be working?





 
I'm not getting a specific output message - just the usual output bumpf and the Package name or GUID not provided.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top