vote up 0 vote down star

I would like to install SQLExpress2005 as an instance "SQLExpress" and install SQLExpresss2008 as "SQLExpress2008" instance.

Is there any problem with doing this on the same machine?

flag

76% accept rate

4 Answers

vote up 0 vote down

Works on my machine :) Just avoid instance conflicts. Have at most one default instance and the named instance(s) should be unique.

link|flag
vote up 1 vote down

As Long as you give them distinct names, there shouldn't be any problems. The binaries are stored in directories based on version, and you can (and should) point their filegroups at different locations. This should also apply to the Full versions.

link|flag
vote up 0 vote down

I'm pretty sure you can with the full version of SQL, but you need to do it by installing named instances. This could be an issue with SQL Express where it doesn't give you that option.

link|flag
You can edit the Setup files to change the named instance from "SQLEXPRESS" to whatever you want. You just have to do it before starting setup. – HitScan Sep 28 '08 at 23:15
Oh cool, thanks for the tip HitScan :) – Dr8k Sep 28 '08 at 23:32
vote up 1 vote down

Just out of curiosity, why would you not want to just upgrade to SQL Server 2008 Express? You can set your databases that were made under 2005 to 2005 compatibility mode.

(But other than that, you should be able to do this IIRC.)

link|flag
well I just asked that question a few hours ago. Didn't get many answers. stackoverflow.com/questions/146750/… PLEASE feel free to add your thoughts. – Brian Boatright Sep 28 '08 at 23:12

Your Answer

Get an OpenID
or

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