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

天涯浪子 提交于 2019-12-23 16:27:20

问题


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?


回答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.




回答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.




回答3:


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



来源:https://stackoverflow.com/questions/146970/can-sqlexpress-2005-and-2008-be-installed-on-same-machine-without-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!