How many CPU’s does SQL see
Estimated Reading Time: < 1 MinuteHOW MANY CPU’s ARE ONLINE FOR SQL:
select scheduler_id, cpu_id, status, is_online
from sys .dm_os_schedulers
where status = ’VISIBLE ONLINE’
Â
HOW MANY CPU’s DOES SQL SEE:
select cpu_count from sys. dm_os_sys_info