
POSTED: Sep 23, 2011 5:36 AM (GMT)
After executing “Select * from sys.servers” query i am getting following view
1 RAYNEW SQL Server SQLNCLI RAYNEW NULL NULL NULL 0 0 0 1 1 0 0 1 NULL 0 0 0 0 0 0 2011-09-20 15:05:12.937

POSTED: Oct 4, 2011 6:55 AM (GMT)
[...] 10. Have any help for a member looking to add/rename SQL Server 2005 server name? [...]

POSTED: Oct 4, 2011 6:04 PM (GMT)
It didn’t get added as the local server. Are you sure to ran the sp_addserver with the ‘local’ parameter? Run the following then restart the SQL Server instance. That should do the trick. The server is added correctly when it has a server_id of 0.
exec sp_dropserver ‘RAYNEW’ GO EXEC sp_addserver ‘RAYNEW’, ‘LOCAL’ GO
















