Copying DTS packages from SQL Server 2000 to SQL Server 2005
0
Q:
Copying DTS packages from SQL Server 2000 to SQL Server 2005
I am in the process of migrating from SQL Server 2000 to SQL Server 2005. We have several hundred DTS packages. Converting to SSIS will take many months, so we are planning to run the DTS packages under 2005. Is there an easy way, or a utility, to copy the DTS packages from one server to another?
ASKED: Jun 20 2008  7:11 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
15 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Log into the SQL 2005 server with the Object Explorer. Expand the server to Management > Legacy > Data Transformation Services. Right click on DTS and select the Package Migration Wizard. This should move your DTS packages from the SQL 2000 server to the SQL 2005 server.

Do keep in mind that any ActiveX scripts probably won't work correctly.

Additionally ... some DTS functionality does not convert well. There is a function in SSIS (SqlServer Integration Services) to allow running the package as it was originally defined. Admittedly, this will take a little knowledge of SSIS via Business Intelligence Development Studio (BIDS) ... but this is an easy way to start.

Take a look at DTS xChange - product from Brian Knight SS-MVP - for 100 packages may be well worth the small investment as it can really help with the ActiveX tasks. I have no affiliation with Brian or his Company, just want to help... http://www.pragmaticworks.com/dtsconversionoptions.htm
Last Answered: Jun 24 2008  4:51 PM GMT by SSNewbie   15 pts.
Latest Contributors: Jnollet   15 pts., Mrdenny   46765 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Mrdenny   46765 pts.  |   Jun 23 2008  6:30AM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 
0