Can we have both version installed on the same computer?

link|improve this question

25% accept rate
feedback

2 Answers

Yes, you can even install SQL 2005 multiple times and multiple 2008 installs on the same computer.

Since quite some version SQL Server instances are named (with the exception of the default instance), and the express version has a defined different name.

link|improve this answer
feedback

yes, you can certainly. But you need to name the sql engine instance differently, such as sql express 2005 as sqlexpress2005, sql 2005 as sqlserver2005, sql server express 2008 as sqlexpress2008, sql server 2008 as sqlserver2008 etc.

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.