This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Blocking on SQL Server Not Turning Status Checks To Yellow or Red on Home Dashboard?

Hello, we are running a trial and are learning the interface.  We had a SQL server that has a block and we were expecting that on the home screen one of the green checks for that SQL server would turn red, but from what we see, it has not.  Is this expected?  Are blocks not treated as a problem?

  • Blocks are definitely treated as a problem. From the home screen, if blocking has a significant impact on queries it will result in extended Wait Time and/or Tuning.

    Clicking on the Wait Time icon will take you into the Trends page and in the bottom half of that page you can see a tab for Blocking and/or Deadlocks where you can see which queries were doing the most blocking or which were the top waiting statements. Similarly, clicking on the Tuning allows you to see the top queries and clicking on those will identify how much wait time the query spent behind locks with a specific sub-section for blocking details as well.

    In addition to the above, when viewing a specific DB instance, if you click on the "CURRENT" super tab, you can view the currently active sessions as well as any currently blocked sessions. You can even take an action of "Kill Session" on an individual session there if you wish.