SQL Server 2008 Express 可以与 SQL Server 2005 Standard 一起安装吗
我知道 SQL Server 2008 Express 可以与 SQL Server 2005 Express 一起安装,但我不确定,并且没有找到任何关于是否可以在 SQL Server 2005 Standard 安装旁边安装 SQL Server 2008 Express 的有用帖子。
谢谢!
I know SQL Server 2008 Express can be installed side by side with SQL Server 2005 Express, but but am not sure, and have not found any useful posts about if it is possible to install SQL Server 2008 Express along side a SQL Server 2005 Standard install.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,绝对 - 完全没问题。对于此处相关的所有内容,SQL Server Express 只是 SQL Server 的另一种类型 - 只是另一个版本。
它没有什么奇怪或特别的地方——它的大小被人为地限制了,但仅此而已。
当然,您需要确保对两个(或三个、四个或任意多个)SQL Server 实例使用唯一的实例名称 - 除此之外 - 无需担心。
Yes absolutely - no problem at all. For all that's relevant here, SQL Server Express is just another type of SQL Server - just another edition.
There's nothing odd or special about it - it is artificially limited in size, but that's about all there is.
Of course, you need to make sure to use unique instance names for the two (or three, or four or however many) SQL Server instances - other than that - nothing to be worried about.