Some background - We have a SQL Server 2008 instance which is running a DTS package via an Agent job.
The DTS package has started failing, but I can't find the actual package itself to carry out debugging.
The reason I think this is a DTS package (rather than a SSIS package) is because when connecting to the 'Integration Services' 'Server Type' for this instance the package is not present (I can see other SSIS packages present).
When I search the msdb.dbo.sysssispackages table the package is not present (but the SSIS packages are). I CAN however see the package present in the msdb.dbo.sysdtspackages table. Have these DTS packages been imported via the upgrade tool perhaps?
My question is - how can I find out where the actual package is so that I can carry out debugging?
Many Thanks in advance.
ML