January 13, 2012 at 4:37 am
Hi Guys......
How to rename a SQL Server 2008 R2 named instance ?
for eg:
My instance name is Server name\ABC and i want to convert it into Server name\XYZ
Reply.........thnx
January 13, 2012 at 4:54 am
I think it's best to play safe here. That way you don't have to worry about aliases, registry entries and other things not getting changed.
Install a new SQL Server instance with the new name, then copy the databases across, script out the logins and create them on the new instance, and so on.
John
January 13, 2012 at 4:58 am
So far as I know, and I may be working off of old knowledge, instances cannot be renamed. They have to be installed brand new with a new name.
January 13, 2012 at 5:04 am
Uninstall, reinstall
Server names can be changed, instance names cannot.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply