Link to home
Start Free TrialLog in
Avatar of IKtech
IKtech

asked on

New SQL server

We have an application that runs on IIS 7.5 and windows server 2008 R2.  The backend is a sql server 2008R2 on a separate windows server 2008.

I want to retire the old sql server and I have built a new sql server.  We would like to reuse the name and IP address of the old server for the new sql server and I am sure I can do that however.  I wanted to do some testing and I was curious if I could simply change the host file on the application server as follows

old sql server name = new sql server ip address

I thought that might allow use to test our application with the new sql server and also give me an easy reversible change.

Any thoughts?
Avatar of Systech Admin
Systech Admin
Flag of India image

Yes for testing purpose you can edit the web.config file to point to new sql server. once all works fine. you can swap the IP address but same is a problem. you can create cname in DNS to keep alive old name
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial