What considerations and procedures should be followed when renaming a Windows server that is hosting SQL 2005? Previous testing has shown considerable applicaiton problems after a system rename.
Thanks for the guidance.
Software/Hardware used:
ASKED:
April 3, 2009 5:54 PM
UPDATED:
September 21, 2011 7:40 AM
I knew you would come through for me. Thanks for the help!
No problem.
exec sp_dropserver ‘OldServerName’
go exec sp_addserver ‘NewServerName’, ‘LOCAL’
go
I am trying to rename server name through above to stored procedures but i am unable to login. I rebooted system but unable to log with new server name