June 1, 2007 at 3:24 pm
Hi,
I'd like to move some legacy dts packages from one server to another. Is there an easier way than exporting each of them separately?
Thanks
Sam
June 1, 2007 at 6:17 pm
June 4, 2007 at 9:17 am
Create a linked server or use opendatasource and:
INSERT INTO msdb.dbo.sysdtspackages
SELECT * FROM LinkedServerNameHere.msdb.dbo.sysdtspackages
Is about the quickest and easiest way if you just want to move them over.
June 4, 2007 at 9:33 am
Thanks - Much appreciated. Saw that article, but wasn't sure it would apply to 2005.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply