I have a SQL Server 2005 instance running on a production server. CPU load is relatively low in part thanks to some recent improvements in the code. I'm trying to work out if I could safely reduce the number of CPUs in the machine and would like to test that out before actually getting them removed.
Is it possible to tell SQL Server 2005 to just use say 4 of the 8 CPUs in the machine to test this out?
Thanks, Robin