Tuesday, March 15, 2011

How many number of processors SQL server has?

The simple way to count the number of processors SQL Server has

exec xp_msver 'processorcount', 'processortype'
 

1 comment: