How do you copy a DTS Package from one server to another

  • A little more searching and I have figured this out - and it is amazingly simple!

    No assitance needed

    We have several databases and 20-30 DTS packages used for loading data to them on one of our servers (SQL Server 2000).  I need to move the databases and packages to another server.  Moving the databases is easy, but how do you move the DTS package?  Do I need to recreate the package on the new server?

  • You can copy the content of sysdtspackages table to the destination server. But you will have to redo the connection settings in the new server.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com

  • You can also open each and then "Save AS" to the new server or SAve As a Structured Storage file in the file system and move them.

    Sugesh' technique is the easiest.

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

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