Upgrade Advisor Warning on DTS migration to 2005

  • I ran Upgrade Advisor, but don't quite understand the warning I'm getting about migrating DTS Packages

    " ... Existing Meta Data Services packages should be moved to SQL Server storage (in the msdb database) or to structured storage files before you upgrade. SQL Server 2005 does not install support for SQL Server 2000 Meta Data Services; therefore the Package Migration Wizard will be unable to access Meta Data Services packages after upgrade in the absence of the SQL Server 2000 Client Tools

    Corrective Action

    Move existing Meta Data Services packages to SQL Server storage (in the msdb database) or to structured storage files before you upgrade from SQL Server 2000 to SQL Server 2005....."

    DTS packages are already stored in MSDB, so what action am I supposed to take before upgrading ?

  • i think it wants you to migrate them to SSIS

  • Could be, but 2005 has a "Legacy option" that allows the old DTS packages to run as 2000 DTS packages without migrating to 2005. That's what I'm planning to do.  Just wondering if I'm supposed to take some action to make sure they get imported into 2005 in the first place.

  • Actually the warning is there because in SQL 2000 you have the option to save a package as Meta Data package in the repository. IN SQL 2005 this option no longer exists, on packages in msdb (local) or on the filesystem as structured storage file (.dts)are supported.

    So if you have any meta data packages you need to move them before upgrading.

    Migration to SSIS is not necessary, but in the long run it's probably a good idea.

    Markus

    [font="Verdana"]Markus Bohse[/font]

  • I don't see an option in 2000 to save as Meta Data ... Just "SQL Server", "Structured Storage File" and "Visual Basic File" ....   All my DTS packages are"regular" packages saved as "SQL Server", so I guess I'll be ok.  I'll be testing on a test box very shortly.

  • You are looking under "Local Packages".  I belive it is talking about packages that are saved under the next 2 options.  "Meta Data Services Packages" and "Meta Data"

    Kenneth Fisher

    Kenneth FisherI was once offered a wizards hat but it got in the way of my dunce cap.--------------------------------------------------------------------------------For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]Link to my Blog Post --> www.SQLStudies.com[/url]

  • That's probably it ... I haven't used the Meta Data options - forgot they were even there ... Thanks

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply