Blog Pages

Find the waiting reason of a waiting_task - sys.dm_os_waiting_tasks

SELECT *
FROM sys.dm_os_waiting_tasks
WHERE [session_id] = 71 -- or without filter on a specific session

No comments:

Post a Comment