dndaughtery
Programmer
How can I test the execution of a DTS package in a stored procedure? I'm using the following SQL cmd in the Sproc:
EXEC master..xp_cmdshell 'DTSRUN /N TestDTS /E /S Localhost'
EXEC master..xp_cmdshell 'DTSRUN /N TestDTS /E /S Localhost'