Can we install Express edition and Standard edition of SQL Server on same PC User?

↘锁芯ラ 提交于 2019-12-01 09:39:57

Yes of course you can do this. Also, there's nothing special to "guide you" for installation - just install them.

The only point you need to be aware of: if you have multiple versions of SQL Server installed, they have to have a separate instance name (which you pick at install time).

By default, a "regular" SQL Server installs as a "default instance" without explicit instance name. SQL Server Express by default uses the SQLEXPRESS instance name.

So basically: yes it's totally possible, just pick separate instance names for both installations!

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