Transferring SSIS packages

  • I have several SSIS packages under the MSDB folder. I need to transfer those packages to another database on another domain, and there is currently no shared drive between the domains, so I can't use the file system. Is there a way to transfer or copy all those packages that are under MSDB? I see those packages in the sysdtspackages90 table. Could that help somehow?

  • Try dtutil.exe There are more instructions on how to run it on BOL...

    Command will look something like this:-

    dtutil.exe /SourceS SourceServerName /SQL PackageName /DestS TargetServerName /MOVE SQL;/FolderName/PackageName

    Kindest Regards,

    Frank Bazan

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

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