Troubleshooting a DTS job failure on SQL Server
I have a DTS job that failed on my SQL Server, but it doesn’t have a failed message in the job history. I checked out our DTS package log, and it is empty. How can I troubleshoot this DTS job failiure?
View ArticleMigrating DTS packages to SSIS
What is the tool that migrates DTS packages to SSIS, and how effective is it?
View ArticleMigrating DTS packages that use mainframes source to SSIS
I am trying to migrate DTS 2005 packages to SSIS. The packages that has SQL data source is migrating around 60% but the packages having mainframes (AS400/DB2) data source is migrating only 10% what is...
View ArticleMigrating from SQL Server 2000 to SQL Server 2005 on DTS packages
Could someone help me with a SQL Server 2000 migration to SQL Server 2005 on DTS packages? I have a Dynamics GP integration that uses the DTS package, but I don’t know SQL or DTS packages well enough.
View ArticleHow to mark a DTS package as complete even if it errors.
I want to be able to mark a DTS package as though it completed, even if a particular task within it errors off. In other words, if a task errors off just because a file doesn’t exist, I will email...
View ArticleExtracting information with a DTS package from a database in SQL Server 2000
We currently use a DTS package to extract data from the database and export it in either an XLS file or a TXT file. We now need to be able to export it as an XML file, and SQL Server 2000 DTS functions...
View ArticleError when using Microsoft OLE DB for Oracle in DTS Package
Question Edited by Michael Tidmarsh
View Article