VMware + SQL Server - sqlserver.exe not using both CPU cores
- by fistameeny
Hi,
I am working on a virtual machine that runs SQL Server Express (as part of Sage Line 50 Manufacturing). The details are as follows:
Physical Server (host machine)
- Intel Xeon Quad Core 2.1GHz
- 4GB RAM
- VMDK image stored on RAID-5 500GB SATA drives (7200RPM)
- Running Ubuntu 10.04 Server 64 bit
- VMware Server 2
Virtual Machine
- Windows Small Business Server 2003
- Allocated 2 vCPU's and 2GB RAM
- Using 100GB pre-allocated flat VMDK file
The problem I have is that there is process that runs in SQL Server that is CPU intensive. On the old physical server that we migrated to the virtual machine from, this would utilise both CPU cores so the sqlserver.exe process would be running 100% on each of the CPU cores. On the virtual machine, it only seems to use one of the two CPU cores, meaning that the process is much slower to run.
Question
Is there a way to force SQL Server (sqlserver.exe process) to use both of the CPU cores, and distribute it's load between them? Is this a VMware setting that needs changing to allow processes to use both cores?