Hi RobS23,
Try to as following:
If you had saved DTS to file EXEC master..xp_cmdshell "dtsrun /FmyFile /NmyPackage /MmyDtsPassword",no_output
If you saved it on server msdb EXEC master..xp_cmdshell "dtsrun /NmyPackage /MmyDtsPassword",no_output
If you saved it in Meta Data EXEC master..xp_cmdshell "dtsrun /NmyPackage /MmyDtsPassword /RmyRepositoryName",no_output
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.