Dynamic Management Views (DMVs)

E277003

Dynamic Management Views (DMVs) are specialized system views in SQL Server that expose real-time internal state and performance data to help monitor, diagnose, and tune the database engine and its features.

All labels observed (3)

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf SQL Server feature
system view category
accessMethod queried using T-SQL SELECT statements
alsoKnownAs DMVs
category database-scoped DMVs
server-scoped DMVs
documentation Dynamic Management Views (DMVs) self-linksurface differs
surface form: Microsoft Docs for SQL Server DMVs
implementedAs system views in the sys schema
introducedInVersion SQL Server
surface form: SQL Server 2005
namingConvention sys.dm_ prefix
partOf SQL Server
surface form: Microsoft SQL Server
provides CLR integration information
I/O statistics
availability group information
change tracking and change data capture information
database mirroring information
execution plan information
full-text search information
index physical statistics
index usage statistics
locking and blocking information
memory usage information
query execution statistics
real-time database state information
real-time server state information
resource governor statistics
security and permissions-related information
service broker information
session and connection information
transaction information
wait statistics
purpose expose internal state of the SQL Server engine
support capacity planning
support performance monitoring
support performance tuning
support troubleshooting and diagnostics
relatedTo Dynamic Management Views (DMVs) self-linksurface differs
surface form: Dynamic Management Functions
requiresPermission VIEW DATABASE STATE
VIEW SERVER STATE
supports JOIN operations with other system views
filtering and aggregation via T-SQL
usedBy DBAs
database developers
performance engineers
usedFor analyzing wait bottlenecks
identifying blocking chains
identifying long-running queries
identifying missing indexes
identifying unused indexes
monitoring index fragmentation
monitoring query plan changes
monitoring resource utilization

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Resource Governor monitoredBy Dynamic Management Views (DMVs)
Dynamic Management Views (DMVs) relatedTo Dynamic Management Views (DMVs) self-linksurface differs
subject surface form: Dynamic Management Views
this entity surface form: Dynamic Management Functions
Dynamic Management Views (DMVs) documentation Dynamic Management Views (DMVs) self-linksurface differs
subject surface form: Dynamic Management Views
this entity surface form: Microsoft Docs for SQL Server DMVs