Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Machine name change!!
Message
From
07/09/2000 07:57:51
 
 
To
06/09/2000 18:06:45
General information
Forum:
Microsoft SQL Server
Category:
Recovery
Miscellaneous
Thread ID:
00413217
Message ID:
00413375
Views:
18
Which version of SQL Server?

For 7:

1. Change the name of the computer
2. Run the SQL Server setup off the CD. It will detect a SQL Server install and want to do an upgrade. All the upgrade will do is correct registry entries to the new computer name.
3. To be safe, reinstall any service packs
4. Use sp_dropserver @server=old_server_name to remove the old server name from the sysservers table
5. Use sp_addserver @server=new_server_name, @local = 'local' to add the new server name to the sysservers table.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform