1

I have installed SQL Server 2005 and now have instance name as the default one:

SERVERNAME

I'd like to change to:

SERVERNAME\MyDB

Is this possible? If yes, how?

1
  • i think its possible .. have a look on my answer Commented Nov 21, 2009 at 13:55

2 Answers 2

4

No, unfortunately it isn't possible to do this without a complete uninstall/reinstall of basically a new instance of Sql Server.

Sign up to request clarification or add additional context in comments.

Comments

-1

It depends on the problem you can set an alias for the default instance, is like a nickname for instance, so any customer can see your named instance as you wish.

You can do this using the SQL Server Configuration Manager one of the Configuration Tools from SQL Server 2005 and above.

1 Comment

You would have to set the alias on every single machine that ever wanted to query your instance - aliases are a feature supported by the Sql Client libraries, they don't apply to the server in the sense that you set an alias once on the server and forget it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.