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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replace Server for Production Application

Status
Not open for further replies.
May 7, 2001
9
US
I am preparing to replace my existing SQL 7.0 Server with a new, bigger machine. I want the new server to use the same name and IP address as the existing server so the applications which are using this server will not see any difference.
Any ideas?
Thanks
Lou Burgoyne
Applications Administrator

 
These are roughly the steps we've used to do the same thing.

1) Build the new server.
2) Backup your current databases to tape or other media.
3) Stop SQL Server.
4) Backup the database files (MDF,LDF and others) to another server.
5) Shut down the old server.
6) Bring up the new server with the correct name and IP address.
7) If not already installed, install SQL Server. Make sure you create the same data directory structure.
8) Copy the MDF and LDF files to the correct data directories on new server. You should be able to do this for all databases including system databases.
9) Start SQL Server. Verify databses, agent, mail services, etc.

If any of the databases fail to load, restore them from backup.

Check here for an excellent article that has more detail than I've provided.

Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top