What's up? I have a question about using DTSRun in a SP to execute a DTS Package. Mine doesn't seem to wanna work.
Here is my code to run it...
exec master..xp_cmdshell 'dtsrun /SRSD8334 /Uuser /Ppass /NExecuteLN /AlogID:3=2810'
When I execute my SP, or run it from Query Analyzer, the grid shows the following:
output
DTSRUN: Loading...
NULL
If I execute the Package manually it runs fine. If I put the above command into a Command Prompt and run it, it runs fine. Any idea where I'm going wrong?? Thanks.
Doug
Here is my code to run it...
exec master..xp_cmdshell 'dtsrun /SRSD8334 /Uuser /Ppass /NExecuteLN /AlogID:3=2810'
When I execute my SP, or run it from Query Analyzer, the grid shows the following:
output
DTSRUN: Loading...
NULL
If I execute the Package manually it runs fine. If I put the above command into a Command Prompt and run it, it runs fine. Any idea where I'm going wrong?? Thanks.
Doug