Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Migrate DTS packages from dev to live server

Status
Not open for further replies.

paulcarolyn1637

Programmer
Jun 28, 2001
1
GB
I am using DTS packages to populate a new Sql Sever 7/2000 Datamart. The data feeds initially are all TXT files.
The development work has been done on Server A and will need to be implemented onto Server B.
All the connections make explicit references to Server A.
How can I develop packages to allow easy movement between development environments?
Can Global/system variables be utilised and if so how?

Any advice is most welcome.

PJG
 
You'll need to manage the connections (and probably the whole package) using the DTS object model. In this case it will be easy to load your parameters including thse server name from some static source as the registry or a text file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top