Description
This wait accumulates while SQL Server is executing the WAITFOR command. As this is an idling wait it is safe to ignore. The WAITFOR command does consume a small number of CPU cycles so it is recommended not to use it excessively
Resolved by
DBAs
Suggested solutions
- If long waits are expected between executions it will be less resource intensive to run as periodically as an Agent job
- High values of this wait are safe to ignore