Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Gili
Starting Member
42 Posts |
Posted - 2007-07-01 : 08:17:56
|
i have SSIS proj whice now it connect to server A (whice is our test server)now i want to modified our project that when we want it'll connect to server B (Our Prod server).now i'm looking for something global that will switch the connection strings whenever i want.what i find so far is to declare var for each package and give the var default value and to create script to change the value of the var.is there a solution that will be for all the project and i don't have to change each package (i have alot of pckgs).Thanks in advanced. |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-07-01 : 12:13:48
|
Create a configurationSeehttp://www.nigelrivett.net/DTS/SSISIndirectConfiguration.htmlhttp://www.nigelrivett.net/DTS/SSISConfigurationFile.html==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|