up vote 4 down vote favorite
share [g+] share [fb]

I would like to change the name of my SQL Server instance. Is there a simple way of doing this or is a significant effort required? Note, this is a named instance - not the default instance.

link|improve this question

feedback

5 Answers

The only way is a reinstall. See this similar thread for more info: http://stackoverflow.com/questions/35026/sql-server-convert-a-named-instance-to-default-instance#35641

link|improve this answer
feedback
up vote 0 down vote accepted

I have seen a few makeshift ways of doing this, but I don't have confidence in any of them. I think I will simply install a new instance and transfer my information over.

link|improve this answer
feedback

Renaming does't work well on the registry. Install a new isntance.

link|improve this answer
feedback

Although there is no simple way of renaming a SQL Server instance, one can create SQL aliases.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.