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 machin
Solution 1:
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.
Solution 2:
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.
Post a Comment for "Can Sqlexpress 2005 And 2008 Be Installed On Same Machine Without Issue?"