Windows Server 2008"服务器核心"是否适合SQL Server实例?
时间:2020-03-05 18:37:34 来源:igfitidea点击:
我本周将在Windows Server 2008上设置一个专用的SQL Server 2005框,并希望将其缩减为尽可能准系统,同时仍能正常运行。
为此," Server Core"选项听起来很吸引人,但是我不清楚是否可以在该SKU上运行SQL Server。 Microsoft网站上提供了几种服务,但是我看不到有关SQL Server的任何迹象。
谁能确切知道?
解决方案
回答
不知道这个来源有多可靠,但是:
The Windows Server 2008 Core edition can: Run the file server role. Run the Hyper-V virtualization server role. Run the Directory Services role. Run the DHCP server role. Run the IIS Web server role. Run the DNS server role. Run Active Directory Lightweight Directory Services. Run the print server role. The Windows Server 2008 Core edition cannot: Run a SQL Server. Run an Exchange Server. Run Internet Explorer. Run Windows Explorer. Host a remote desktop session. Run MMC snap-in consoles locally.
回答
不需要。对于某些事情,我们将需要.net
框架(如报告服务),并且不能(以受支持的方式)将其安装在服务器核心中。
回答
直到他们获得.Net框架的版本时,Server Core才会非常有用(至少对我来说,我认为还有很多其他方面也是如此)。也许像在智能手机上的Compact Framework中一样,它是一个专门的子集。
回答
R2中的服务器核心将启用ASP.Net。
回答
Server Core 2008 R2可以运行Sql Server,但目前尚不支持。查看http://www.nullsession.com/2009/06/02/sql-server-2008-on-server-core-2008-r2/,以获取有关其操作方法的文章和视频。