sql-server-2008 – “SQL server 2008标准”和“小型企业的SQL Server 2008标准”之间的区别?

这些许可证的价格似乎有很大的差异,但经过大量的谷歌搜索后,我找不到两者如何比较的任何信息.

“小型企业”版本的简介是:

“此版本的sql Server是一个入门级版本,旨在用于小型单服务器办公环境,用户群较小.小型企业的sql Server标准版提供了sql Server标准版的功能.”

因此,如果它提供与sql Server标准版相同的功能,并且它在Microsoft Windows Server 2008 Standard上运行 – 我究竟是通过购买“小型企业”软件包而失去了什么?

好的 – 在Squillman提示后,我查找了SBS信息,而不是sql服务器信息,发现了这个:

http://connect.microsoft.com/SQLServer/feedback/details/628692/sql-server-2008-standard-small-business-does-not-install-on-windows-2008-standard

基本上,它在盒子上说该软件将安装在Windows Server 2008标准上 – 但只有在服务器位于SBS域时才会这样做 – 而且这个要求在任何地方都没有提到.

看起来MS似乎没有回到12月份抱怨的人.

至少不只是我发现它令人困惑.

谢谢您的帮助.

解决方法

Windows Small Business Server Editions Overview(靠近页面底部):
  • sql Server 2008 R2 for Small Business featuring a range of features
    that can help businesses maximize the value of their information with
    greater capabilities in development,manageability,business
    intelligence,and data warehousing. sql Server 2008 R2 for Small
    Business has exactly the same capabilities as sql Server 2008 R2
    Standard,however it is only available to use in the SBS 2011
    environment.

关键是最后一行,仅适用于SBS.如果您只想要sql,那么您将不得不购买正常的sql Server Standard许可证.

(如果微软也会在sql Server Editions概述中也提到它,这将是很好的.)

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...