• Wait types tell you what's causing things to run slow on the system, what it's waiting on. That doesn't tell you what query to look at or what to do about that query. Instead, you have to look to other resources for that information (although, using Extended Events, you can also track and correlates the waits experienced by a certain query).

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning