Default TCP Port

10,121 0
This metric checks whether your SQL Server installation is using the default TCP port, which is a known security risk. Read more

Low physical/external memory

14,170 0
Determining if your operating system is causing memory issues within your SQL Server instance can be a challenge. One way around it is to use the sys.dm_os_ring_buffers to show when server memory is low. Read more

Indexes with excessive writes

18,336 0
This metric measures the total number of indexes per database, where the number of writes exceed the number of reads. It provides a general indicator of possible performance factors affecting queries in your database. Read more

Low virtual memory

11,914 0
Determining if your SQL Server instance is experiencing memory issues within the SQL Server Virtual Address Space (VAS) can be a challenge. One way around it is to use the sys.dm_os_ring_buffers. Read more

Database state

8,926 0
This metric tells you whether a database is online, restoring, recovering, recovery pending, suspect, emergency, offline or does not exist on the server. Read more

OS Wait Time: CXPACKET

8,076 0
CXPACKET waits may or may not be an issue for a system, but on an OLTP style system, they can indicate costly queries that are executing and requiring parallelized plans. Read more

Plan cache hit ratio

18,970 0
A high plan cache hit ratio does not guarantee that all queries are using the cache as well as they might. Knowing the percentage of queries that are satisfied from cache helps you to better understand the plan cache hit ratio value. Read more

Plan cache reuse

6,604 0
This metric shows the percentage of cached plans that are being used more than once. If a plan is cached but never reused, there may be an opportunity to tune your server to work more effectively. Read more

Percentage of database free space

21,624 0
This metric measures the percentage of database free space - both reserved and unused - to help you manage space requirements more efficiently. For example, you might find this data helps you to correctly estimate file size, so you don't suffer from problems with automatic file growth. Read more