1 line
101 B
SQL
1 line
101 B
SQL
select scheduler_id,cpu_id, status, is_online from sys.dm_os_schedulers where status='VISIBLE ONLINE' |