SQL SERVER – Single Wait Time Introduction with Simple Example – Wait Type – Day 2 of 28
- by pinaldave
In this post, let’s delve a bit more in depth regarding wait stats.
The very first question: when do the wait stats occur?
Here is the simple answer. When SQL Server is executing any task, and if for any reason it has to wait for resources to execute the task, this wait is recorded by SQL Server with the reason for the delay. Later on we can…