﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / DTS package import / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 08:47:27 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>If you just want to run the packages on the new server:Export your DTS packages using DTSBackup.Save them to a network locationCreate an SSIS job that calls the DTS packages.Jamie</description><pubDate>Wed, 04 May 2011 22:38:53 GMT</pubDate><dc:creator>Jamie Ingram-729524</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>See if this helps you since it helped me.  Specifically, I used the Package Migration wizard so click that link in thisdocument to see if it helps you too.http://msdn.microsoft.com/en-us/library/ms143496.aspx</description><pubDate>Tue, 03 May 2011 10:14:15 GMT</pubDate><dc:creator>robert.wiley</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Try to install the backward compatability on sql server 2005,you can able to see the DTS packages in the 2005.</description><pubDate>Tue, 15 Jun 2010 13:01:41 GMT</pubDate><dc:creator>kissingharry</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>if you dont/wont need to make any changes to the packages, use DTS Backup 2000 application (http://www.sqldts.com/242.aspx) and run the DTS in legacy mode on the 2005 server.  Otherwise I'd use one of the many DTS Documentation tools and generate documentation for all my DTS packages.  Then I'd sit down and start with number one and create an equivalent SSIS package until I'd done them all.  Depending on your specific situation, there may be a shortcut/easier way to do it, but in my experience, you just have to end up rebuilding them all anyway.Cheers and Good luck.</description><pubDate>Wed, 27 Jan 2010 10:32:06 GMT</pubDate><dc:creator>bradfordshultz</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>I learnt the hard way that importing existing packages was no short cut.  By the time it was all up and running I wished we had rebuilt everything from scratch.  Especially since a lot of the packages could have easily been replicated with some meta data and a looping container!The barrier to this was that the existing DTS packages were "proven to work" and our project managers liked this, unfortunately the logic was flawed because they were not proven to work within SSIS.  And in many cases they didn't!  This route proved to be a massive false economy.   Obviously your situation may be entirely different, but I wish we had re-done the bulk of our packages - even if it had just been the more straight forward data shunting tasks.</description><pubDate>Wed, 09 Dec 2009 09:33:29 GMT</pubDate><dc:creator>jezman</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>thanks, gud idea</description><pubDate>Tue, 08 Dec 2009 08:57:10 GMT</pubDate><dc:creator>sureshdeenu</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Try Using DTSBACKUP TOOL</description><pubDate>Tue, 08 Dec 2009 03:49:05 GMT</pubDate><dc:creator>Sree Arjun Div</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>hi!!try that:1-make a backup of your msdb db.2-restore it on your target server with another name(be carful!!!, don't overwrite on the true msdb on sql 2005)3-excecute that in the msdb that you've restored:use msdb_restoredgoinsert into msdb.dbo.sysdtspackagesselect * from sysdtspackages awhere name in ('dts names....')and createdate =(select max(createdate)from sysdtspackages bwhere b.name in ('dts names....')and a.name=b.name)enjoy!!!</description><pubDate>Mon, 07 Dec 2009 06:35:09 GMT</pubDate><dc:creator>nba ninetytwo</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>I tried to move each dts package, rt. click on it-&amp;gt; Open -&amp;gt; Save as storagefile on source server(2000)On the destination server(2005), rt click on DTS package folder-&amp;gt; Import -&amp;gt; select the dts package storage file from the shared folder. But i couldnt open the package in destination server. wht is the best sollution for me?</description><pubDate>Sun, 06 Dec 2009 16:09:02 GMT</pubDate><dc:creator>sureshdeenu</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>can u pls give me step by step to copy the packages from sql 2000 to 2005</description><pubDate>Sun, 06 Dec 2009 16:01:42 GMT</pubDate><dc:creator>sureshdeenu</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>[quote][b]sureshdeenu (12/5/2009)[/b][hr]Hi I am trying to copy DTS Packages from sql 2000 to 2005? what is the process i can do it?[/quote]As I recall, you can export &amp; import them one at a time, or try the tools mentioned above.</description><pubDate>Sun, 06 Dec 2009 08:23:46 GMT</pubDate><dc:creator>homebrew01</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Hi I am trying to copy DTS Packages from sql 2000 to 2005? what is the process i can do it?</description><pubDate>Sat, 05 Dec 2009 20:23:17 GMT</pubDate><dc:creator>sureshdeenu</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Are you wanting to import and convert to SSIS at the same time ?  The tool I referred to just imports them as DTS running in Legacy mode.</description><pubDate>Sat, 05 Dec 2009 12:12:28 GMT</pubDate><dc:creator>homebrew01</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Yes, there are tools available.  With our dts packages we see about a 50% conversion failure rate and have to manually do the conversion anyway.One such tool that can do conversions[url]http://www.pragmaticworks.com/products/Business-Intelligence/dtsxchange/[/url]ssis tutorial[url]http://bi-polar23.blogspot.com/2008/03/new-to-ssis-start-here.html[/url]Conversion Article[url]http://www.sqlmag.com/Article/ArticleID/94095/sql_server_94095.html[/url]</description><pubDate>Sat, 05 Dec 2009 10:22:04 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>I think I used "DTSBackup2000" tool. Free download, and pushed 100+ DTS packages from 2000 to 2005 with just a few clicks.</description><pubDate>Fri, 04 Dec 2009 22:43:01 GMT</pubDate><dc:creator>homebrew01</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>yes i need all the packages.</description><pubDate>Fri, 04 Dec 2009 18:31:23 GMT</pubDate><dc:creator>charipg</dc:creator></item><item><title>RE: DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Since it is not guaranteed that all of the packages will properly convert, you will need to investigate the packages at the individual level.  Are you sure that you will even need all 150 packages?  Are any of them deprecated?Hunker down and just start doing it.</description><pubDate>Fri, 04 Dec 2009 17:28:15 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>DTS package import</title><link>http://www.sqlservercentral.com/Forums/Topic829138-146-1.aspx</link><description>Hi,I need to import 150 DTS packages in sqlserver2005.Importing one by one shouls take lot of time. how to import all these packages at a time.can you please provide the query.Thanks in advance.</description><pubDate>Fri, 04 Dec 2009 11:38:57 GMT</pubDate><dc:creator>charipg</dc:creator></item></channel></rss>