WAITFOR
Short Description
Occurs as a result of a WAITFOR Transact-SQL statement. The duration of the wait is determined by the parameters to the statement. This is a user-initiated wait.
Detailed Description​
As stated, this is a wait specifically asked for by the user.
How to reduce this wait​
This wait is not usually seen - check the code to see if someone has left the WAITFOR
statement in by mistake.
Additional Links​
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.