Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can SQLExpress 2005 and 2008 be installed on same machine without issue?

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?

like image 315
Brian Boatright Avatar asked Dec 09 '25 13:12

Brian Boatright


1 Answers

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.

like image 188
HitScan Avatar answered Dec 11 '25 02:12

HitScan