6. 为小型企业安装SQL Server 2008 (R2) 标准版的一些限制
如果您为小型企业安装 SQL Server 2008 (R2) 标准版,而您的机器并不在域内,你会遇到这样的报错 ” Operating system supported for edition ”. To solve this issue, you should add your computer into one of your company’s domain or create a new domain by “DCPROMO”. It has limitation for the domain to install SQL Server.
Windows Small Business Server 2011 高级版包括 SQL Server 2008 R2http://www.microsoft.com/sbs/en/us/editions-overview.aspx.这个版本和标准版的特性相同。区别是SQL 2008 SBS 标准版是一个特殊的标准版,该标准版是针对Small Business Server的版本,属于中小型企业套装的一部分,只能和对应的中小型企业套装版的Windows Small Business Server 2008一起安装和使用。
SQL Server SBS版本需满足以下几个条件:
1.这个版本的SQL Server只能安装在:
Windows Server 2008 Standard
Windows Server 2008 Standard without Hyper-V
Windows Small Business Server 2008
Windows Server 2008 for Windows Essential Server Solutions
Windows Server 2008 without Hyper-V for Windows Essential Server Solutions
请注意: SQL Server 2008 R2 Standard for small business是可以安装在Windows Server 2008 Enterprise上,但是SQL Server 2008 Standard for small business则不可以。
2.Windows Server必须加入一个域,并且是Active Directory forest的根
3.该域和其他域不存在信任关系
4.该域不能有任何子域
5.该域中的用户和设备总和不超过75
6.客户不能同时在该域的其他操作系统中运行相同序列号的SQL Server软件
如果检查失败,你可能看到如下信息: "Operating system supported for edition” topic.
Clicking in the Failed status shows the following message:
---------------------------
Rule Check Result
---------------------------
Rule "Operating system supported for edition" failed.
This SQL Server edition is not supported on this operating system. See SQL Server
Books Online for information about supported operating systems for SQL Small
Business Server edition.
---------------------------
如果你发现你的服务器并没有在任何一个域中,解决这个问题的最直接的办法是利用“开始->运行->DCPROMO”为他创建一个新域。其他需要连接SQL Server的机器则不需要在这个域中。