vote up 5 vote down star

I'm setting up a dedicated SQL Server 2005 box on Windows Server 2008 this week, and would like to pare it down to be as barebones as possible while still being fully functional.

To that end, the "Server Core" option sounds appealing, but I'm not clear about whether or not I can run SQL Server on that SKU. Several services are addressed on the Microsoft website, but I don't see any indication about SQL Server.

Does anyone know definitively?

flag

6 Answers

vote up 8 vote down check

Not sure how credible this source is, but:

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.

link|flag
vote up 2 vote down

ASP.Net will be enabled on server core in R2.

link|flag
vote up 1 vote down

No. For some things you will need the .net Framework (like reporting services), and you can't install it (in a supported way) in a server core.

link|flag
Ouch. How about ASP.net? Running IIS without ASP.net seems a bit limiting... – Michael Stum Sep 17 '08 at 7:41
vote up 1 vote down

Server Core 2008 R2 can run Sql Server, but this is unsupported (for now). Check http://www.nullsession.com/2009/06/02/sql-server-2008-on-server-core-2008-r2/ for an article + video on how it's done.

link|flag
vote up 0 vote down

That looks (unfortunately) pretty definitive. Thanks.

link|flag
vote up 0 vote down

Server Core won't be very useful (to me at least, and I think many others as well) until they get a version of .Net framework on it. Maybe a specialized subset like they have in the Compact Framework on smart phones.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.