sumith1andonly1
SSCrazy
Points: 2250
More actions
January 15, 2013 at 12:39 am
#272747
how to find out number of processor core available to instance of SQL Server?
Ant-Green
SSC Guru
Points: 113507
January 15, 2013 at 1:20 am
#1577168
Many ways
exec xp_msver 'ProcessorCount'
SELECT cpu_count FROM sys.dm_os_sys_info;
Sure if you google "Number of Processors SQL" you will find others.
January 15, 2013 at 1:28 am
#1577172
thanx
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply