Command LIne DTS 2000 package import to SQL 2005?

  • I have a SQL 2000 instance with 400 DTS packages; the databases for this instance are to be moved to a server using SQL 2005.

    I am under the constrant that these packages cannot be converted to SSIS.

    I am aware of the ability to import these packages individually using SSMS (Management | Legacy | Right-click DTS | Import Package File...).

    Given the large number of DTS packages to be imported, is there a command line utility I could use to script these imports?

    Thanks in advance for you response,

    - Mike

  • I have little experience in migrating dts to sql2005, but I don't envy you for having 400 dts packages to migrate!

    My info says you can do the import only one package at a time.

    However: why do you want to import the packages in the first place?

    AFAIK you should be able to export all packages to the filesystem from SQL 2000 (I think there are scripts around to do that), and then run the dts-packages in the filesystem from SQL2005.

    You would still have to redo your scheduling and so on, but I think you'll have to redor that when importing them as well.

    Another option might be to do an inplace upgrade of your SQL Server, which (according to some sources) would keep your packages in running state etc.

    Hope these alternatives can be an option to help you.

    Peter Rijs
    BI Consultant, The Netherlands

  • I've used a free tool called DTSBackup 2000 to transfer multiple packages from a SQL 2000 server to a SQL 2005 server. Get it here: http://www.sqldts.com/242.aspx

    Greg

  • I still had a need to import about 200 old dts packages to a 2008R2 instance... This tool saved me alot of time and was easy to use. Thanks

Viewing 4 posts - 1 through 3 (of 3 total)

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