|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 20, 2012 4:27 AM
Points: 1,
Visits: 5
|
|
Great article.
Let me just add my thoughts on minimizing having to edit your dts packages when you move them to a different server.
One way to avoid the need to change all those server connections in dts packages when you move them to another server is to use UDLs. you can setup UDLs in a centtral repository, say a file server and access them from that location. just make sure that you check the "always read properties from UDL file" check box.
|
|
|
|
|
SSCertifiable
       
Group: Moderators
Last Login: Thursday, May 09, 2013 12:38 PM
Points: 6,462,
Visits: 1,384
|
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Friday, May 05, 2006 1:47 PM
Points: 69,
Visits: 1
|
|
Just remember that UDLs are only usefull in SQL 2000 because in SQL 7.0 they where consumed at design-time not run-time.
Darren Green SQLDTS.com | SQLIS.com | Konesans Ltd
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 2:45 PM
Points: 21,
Visits: 38
|
|
Having experienced migrating a Data Warehouse from SQL 7.0 to SQL 2000 (a MUST, believe me!), I discovered some very interesting issues with the DTS packages. You will discover that if you attempt to migrate DTS packages from one SQL2000 server to another, you will NOT be able to edit or delete the DTS packages if the new server has a different name....Seems that rather than embed Local in the msdb entries, it hard codes the server names into the entries...Not pretty.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, March 18, 2013 2:12 PM
Points: 8,
Visits: 21
|
|
Does this VB script to move DTS, moves owner id along with the package, because when I use save as use my userid, and then the developer cannot use it. Thanks Anwar
|
|
|
|
|
SSCertifiable
       
Group: Moderators
Last Login: Thursday, May 09, 2013 12:38 PM
Points: 6,462,
Visits: 1,384
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 30, 2013 11:25 AM
Points: 7,
Visits: 91
|
|
any suggestions on how to move dts packages from server a to server b where server a and b are totally disconnected from each other? thanks! -nicky
|
|
|
|
|
SSCertifiable
       
Group: Moderators
Last Login: Thursday, May 09, 2013 12:38 PM
Points: 6,462,
Visits: 1,384
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, November 19, 2003 12:00 AM
Points: 4,
Visits: 1
|
|
What platform do you code this in? I'm doing a project for school where I have to copy info from one server to another. Also does there need to be a main routine to pass the values through the function(i.e. Destination Server)?
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 12:58 AM
Points: 739,
Visits: 190
|
|
Personally I find copying the entries in the sysdtspackages table a lot easier, as described at http://www.sqldts.com/?204
Steven
|
|
|
|