Hello,
I have imported a DTS Package as a structured file into SQL Server 2005 under Legacy and I am trying to execute it from Management Studio as below:
xp_cmdshell 'DTSRun /SABCSQL /E /Ntestdbpkg'
Im getting the below error:
Error string: The specified DTS Package ('Name = 'testdbpkg'; ID.VersionID = {[not specified]}.{[not specified]}') does not exist.
I have verified that the DTS Package is present in msdb..sysdatpackages table.
Please help me with this.
Thanks,