dbTalk Databases Forums  

Can a DTS package be scripted or transferred to another server?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Can a DTS package be scripted or transferred to another server? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Warren Wright
 
Posts: n/a

Default Can a DTS package be scripted or transferred to another server? - 07-29-2003 , 03:00 PM






I have production SQL Server database that must be moved to a new
machine. There is a fairly complex DTS package on the original server
that is used to handle the weekly updates to the database.

Is there a way to export this DTS package in order to set it up on the
new machine as well?

Best Regards,

Warren Wright
Scorex Development Team

Reply With Quote
  #2  
Old   
Simon Hayes
 
Posts: n/a

Default Re: Can a DTS package be scripted or transferred to another server? - 07-30-2003 , 02:34 AM






warren.wright (AT) us (DOT) scorex.com (Warren Wright) wrote in message news:<8497c269.0307291200.68fe227b (AT) posting (DOT) google.com>...
Quote:
I have production SQL Server database that must be moved to a new
machine. There is a fairly complex DTS package on the original server
that is used to handle the weekly updates to the database.

Is there a way to export this DTS package in order to set it up on the
new machine as well?

Best Regards,

Warren Wright
Scorex Development Team
http://www.sqldts.com/default.aspx?6,105,204,0,1

The June issue of SQL Server magazine (http://www.sqlmag.com) had a
good article on making DTS packages portable between servers.

Simon


Reply With Quote
  #3  
Old   
Tony Hodgson
 
Posts: n/a

Default Re: Can a DTS package be scripted or transferred to another server? - 07-30-2003 , 03:35 AM



warren.wright (AT) us (DOT) scorex.com (Warren Wright) wrote in message news:<8497c269.0307291200.68fe227b (AT) posting (DOT) google.com>...
Quote:
I have production SQL Server database that must be moved to a new
machine. There is a fairly complex DTS package on the original server
that is used to handle the weekly updates to the database.

Is there a way to export this DTS package in order to set it up on the
new machine as well?

Best Regards,

Warren Wright
Scorex Development Team
You can, when designing the DTS Package, select "Save As..." and
change the "location" to a structured storage file. You can then
import this file onto your production server. If you scripted all
your local connections as "(local)", then this should be the end of
the story, if not, you'll need to open it and change your local
connections to the production server.

Hope this helps

Hodge


Reply With Quote
  #4  
Old   
John Bandettini
 
Posts: n/a

Default Re: Can a DTS package be scripted or transferred to another server? - 07-30-2003 , 06:16 AM



Warren

Try this link.

http://www.sqldts.com/default.aspx?6,105,204,0,1

Hope that helps

John

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.