Transferring SSIS packages

  • Is there any way to transfer SSIS packages stored in MSDB from one server to another, for availability/DR purposes, aside from transferring the MSDB or using the deployment utility?

    Thanks,

    Scott

  • If you connect to Integration Services in SSMS on the server where the packages are stored, you can right-click on a package and select "Export Package..." which will let you choose a destination for a copy of the package.

    Greg

  • Greg Charles (2/17/2009)


    If you connect to Integration Services in SSMS on the server where the packages are stored, you can right-click on a package and select "Export Package..." which will let you choose a destination for a copy of the package.

    Thanks, but I'm really looking for is an automated way to transfer all of the packages (that are stored in MSDB, not folder) from one server to another, to keep failover servers in sync. We logship the user databases.

  • Take a look in BOL for the DTUtil command line utility. It will let you move packages between MSDB and the file system and back.

  • Thanks, Chris. I hadn't used dtutil, but I'll check it out now.

    digitalox, read the discussion thread for this article. There's a post that describes how to do what you want: http://www.sqlservercentral.com/articles/SSIS+Package+Deployment/63263/

    Greg

  • Thanks so much, I've been looking into this on and off for quite a while and never seen this solution.

    --

    Scott

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

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