SQL SERVER – SOS_SCHEDULER_YIELD – Wait Type – Day 8 of 28
- by pinaldave
This is a very interesting wait type and quite often seen as one of the top wait types. Let us discuss this today.
From Book On-Line:
Occurs when a task voluntarily yields the scheduler for other tasks to execute. During this wait the task is waiting for its quantum to be renewed.
SOS_SCHEDULER_YIELD Explanation:
SQL Server has multiple threads,…