SQL Server Database Performance View


Legacy Documentation

Desktop And Mini DBA Server

Legacy Documentation Home alerts analysisservicesalerts analysisservicescpu analysisservicesdashboard analysisservicesdatabases analysisservicesio analysisservicessessions azurealerts azuredatabase azuredatabasehealthcheck azureindexes azurelocks azure security azuresessions azuresql azuresqldatabase azuresqldatabasedashboard azuresqldatabases azure sql server dashboard azuretables azurewaits compare performance baseline connections cpu custom sql server alerts database database query performance databases defaulttrace dm exec query statistics xml documentation errorlog files gettingstarted healthcheck database healthcheck sql server history active history blocking history data storage history deadlocks history files history memory history viewer history waits howtoperformancetuneazuresqldatabase how to performance tune sql server how to sql server performance tuning how to sql server query tuning indexes Installation io License Support locks maintenance windows options performance history security server servergettingstarted Server Installation server memory serveroptions serversecurity servertroubleshooting sql database memory sql execution plan sql extended event sessions sql server activity sql server alert configuration sql server alerts sql server database sql server execution plan view sql server index defrag jobs sqlserverindexfragmentation sql server index fragmentation sql server index maintenance sql server live query statistics sqlserverqueryperformance sql server query performance sql server send slack alerts sql server send teams alerts sql server transaction log sql server wait statistics tables tranlog waits webmonitorconfigure webmonitorconnections webmonitorcurrent webmonitorcustom webmonitorenterprise webmonitorgettingstarted webmonitorhistoric webmonitorinstallation webmonitorio webmonitormemory webmonitoroptions webmonitoroverview webmonitorsecurity webmonitorwaits wmi
Click the databases node to see the databases data grid. You can see storage and activity of every databases in the instance side by side. This gives a unique live view of all databases state and performance:

Side by side database comparison

Fields

  • Database: Db name.
  • State: Database state - anything other than ONLINE will need attention.
  • Sessions: Number of sessions that are currently in the database. This is a good indicator of how busy a database is.
  • Size Mb: Data storage size on disk.
  • Log Mb: Log storage size on disk.
  • Log Used %: How full the transaction log is.
  • Trans Sec: Transactions complete per second. A great indicator of how busy and how capable the database is in terms of processing data.
  • IO Ops Sec: Input/Output operation per second. How many reads and writes are occuring to disk. Constant high values may mean indexes need tuning and/or storage disk hardware may need upgrading or the database having not sharing a disk.
  • Index Ops Sec: Index operations per second.
  • Recovery Model: Are any databases in simple mode when they should really be in full mode? Quickly scan all your databases here.
If a database is either dropped or created, the change will not be reflected in the server explorer until you right click the databases node and choose refresh.