|
|
Browse by Tags
All Tags » dmv » power shell
-
Got the below script from PSS when we were dealing with a support case to identify the root cause for Scheduler errors during a performance loss & exception errors exercise: select scheduler_id, current_tasks_count, runnable_tasks_count, current_workers_count, active_workers_count, work_queue_count, load_factor from sys.dm_os_schedulers where ...
|
|
|