SQL SERVER – Signal Wait Time Introduction with Simple Example – Wait

added by jacobsebastian
4/8/2011 3:04:40 AM

157 Views

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...


0 comments