0

I have small dedicated server (Celeron 1.2GHz, 2GB RAM, 250GB HDD) running currently on Gentoo Linux + MySQL. I'd like to migrate to Windows Server with SQL Server Express.

I know my machine is below minimum requirements (http://msdn.microsoft.com/en-us/library/ms143506.aspx#SSE_x64) but my question is: will it ever run? I don't mind if it will be slow. The traffic will be minimal for SQL Server (1-2 users at a time).

1
  • It won't be slow, it will be slooooooooow.
    – alex
    Commented Apr 29, 2011 at 10:21

2 Answers 2

1

Windows Server 2008 R2 is a 64-bit-only operating system. Your processor has to be x64.

http://www.microsoft.com/windowsserver2008/en/us/system-requirements.aspx

Your processor seems like a 2001-era design, which would not have x64 instruction set required to operate Windows Server 2008 R2. Celeron was refreshed with 64-bit capabilities around 2005.

http://en.wikipedia.org/wiki/Celeron

UPDATE

As you have reported your processor model is the Celeron 220, it is an more modern version with the required Intel64 support. You may be able to install Windows 2008 R2 then. Notice I state may because the minimum speed is actually 1.4GHz; yours is 1.2GHz. The installer might have logic to throttle the processor and halt further installation if it is too slow. However I am inclined to think the likelihood of such a blockage existing is low.

2
  • As far as I know it is 64bit. It was configured about 1 year ago (it's very low price dedicated server). So if I have 1.2GHz instead of 1.4GHz this configuration won't work at all?
    – Episodex
    Commented Apr 14, 2011 at 7:17
  • Confirm your CPU model.
    – icelava
    Commented Apr 26, 2011 at 10:07
0

See the system requirements for SQL Server 2008 R2 Express here:

http://www.microsoft.com/express/support/SQLServerExpress.aspx

(bottom of the page)

Supported Operating Systems

* Windows® Server 2003 Service Pack 2
* Windows® Server 2008
* Windows® Vista
* Windows® Server 2008 R2
* Windows® 7
* Windows® Vista Service Pack 1
* Windows® XP Service Pack 2
* Windows® XP Service Pack 3

Physical Limitations

* 32-Bit Systems: Computer with Intel or compatible 1GHz or faster
  processor (2 GHz or faster is recommended. 
  Only a single processor is supported.)
* 64-Bit systems: Computer with Intel or compatible 1.4 GHz or higher
  processor (2 GHz or faster is recommended. 
  Only a single processor is supported.)
* Minimum of 512 MB of RAM (1 GB or more is recommended)
* 1.9GB of free hard disk space
4
  • My server is 64bit. So if I install Windows Server 32bit despite of that, it should run ok?
    – Episodex
    Commented Apr 12, 2011 at 9:29
  • Episodex, Windows Server 2008 R2 comes ONLY in 64-bit flavour.
    – icelava
    Commented Apr 12, 2011 at 13:33
  • @icelava x86_64 Intel(R) Celeron(R) CPU 220 @ 1.20GHz GenuineIntel GNU/Linux - that's from console. I reckon it's this model: link
    – Episodex
    Commented Apr 26, 2011 at 10:51
  • heh, comment to wrong answer post.
    – icelava
    Commented Apr 29, 2011 at 10:00

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .