vote up 2 vote down star
1

when installing SQLServer2005 developer edition (not express) I created a named instance:

MYSERVERNAME/MYINSTANCENAME

Is it possible to

1) change the name of my named instance to default:

MYSERVERNAME

OR

2) create a new default instance (MYSERVERNAME as above).

any help would be appreciated!

flag

2 Answers

vote up 2 vote down check

Hm, when I use the "Change" button in Add/Remove Programs, SQL Server 2005 setup offers me the instance selection screen, and even allows me to list the existing instances. (I'm running XP SP2, by the way.)

I selected the "To install a new component, click here" link in the setup program, then selected SQL Server Database Services on the "Components to Install" screen to arrive at the instance selection screen that allows me to install a new default instance.

link|flag
do you need to insert installation CD/DVD for that? – JohnIdol Nov 5 '08 at 13:23
it worked! thanks – JohnIdol Nov 5 '08 at 23:17
vote up 2 vote down

Going off of Alan's answer, when you install a new instance as the default instance, take note of the directories it is using to store data and log files (or create a default location like D:\MSSQL\Log and D:\MSSQL\Data).

You can then detach the databases from the named instance and move the files to the new data and log directories and re-attach them in SSMS.

link|flag
Good idea, thanks :) – Alan Nov 5 '08 at 13:25

Your Answer

Get an OpenID
or

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