show/hide this revision's text 2 post clarification edit

If I understand your problem correctly, you simply change the database's connection string in your app.config / web.config.

Edit, post clarification: You have the connection strings stored somewhere. They might be in the app.config of your server. Still, you get them from somewhere and that somewhere may be in an app.config. Use that then :)

show/hide this revision's text 1

If I understand your problem correctly, you simply change the database's connection string in your app.config / web.config.