SQL Database Connections Dashboard


Both the server and database connections screen is broken into 4 tabs: All \ Active \ Blocked \ Blocking
Each of these displays the details of those connections in the data grid and the sql of the latest query run on that connection in the window below.
SQL Server connections

The grid will automatically update itself every time miniDBA samples the server unless you click the "Pause Grid" button.

The 4 tabs break the connections down into the following categories:
- All (Every connection)
- Active (A session is currently in a transaction or doing work)
- Blocking (The head blocker(s) that it stopping other connections from working)
- Blocked (All connections that are curently being blocked by other connections)