November 16, 2009 at 5:06 pm
Folks
i have changed the sql server name successfully but when i do sp_helpservers it returns the changed name means new name but when i do @@servername it returns the old name not sure where i can change it
or what i am missing.
November 16, 2009 at 5:45 pm
@@servername is cached data, recycling the SQL service will resolve this issue.
SERVERPRORTY('servername') should tell you the current renamed server name.
Thanks
Jay.
Thanks
Jay
http://www.sqldbops.com
November 17, 2009 at 12:36 am
We can change the server name for only default instance by changing the hostname. But in case of named instance we can not change the Server name.
If any one know how to change name of named instance..
Suggest.
Rd,
Deepali
November 18, 2009 at 7:13 am
Check this link. http://msdn.microsoft.com/en-us/library/aa197071%28SQL.80%29.aspx
Seems to cover the ground. I have only renamed the default instance with a reboot to make the change.
Good luck,
John.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply