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 (8)

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 Microsoft Docs for SQL Server DMVs ⓘ
implementedAs system views in the sys schema ⓘ
introducedInVersion SQL Server 2005 ⓘ
linked to: SQL Server
namingConvention sys.dm_ prefix ⓘ
partOf Microsoft SQL Server ⓘ
linked to: 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 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 (9)

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

Resource Governor → monitoredBy → Dynamic Management Views (DMVs) ⓘ
Dynamic Management Views → relatedTo → Dynamic Management Functions ⓘ
subject linked to: Dynamic Management Views (DMVs)
linked to: Dynamic Management Views (DMVs)
Dynamic Management Views → documentation → Microsoft Docs for SQL Server DMVs ⓘ
subject linked to: Dynamic Management Views (DMVs)
linked to: Dynamic Management Views (DMVs)
Microsoft Docs for SQL Server Extended Events → documents → Extended Events DMVs ⓘ
linked to: Dynamic Management Views (DMVs)
SQL Server Books Online → describes → SQL Server dynamic management views ⓘ
linked to: Dynamic Management Views (DMVs)
SQL Server Books Online → describes → SQL Server dynamic management functions ⓘ
linked to: Dynamic Management Views (DMVs)
Dynamic Management Views → relatedTo → Dynamic Management Functions ⓘ
subject linked to: DMVs
linked to: Dynamic Management Views (DMVs)
Dynamic Management Views → example → sys.dm_exec_sql_text ⓘ
subject linked to: DMVs
linked to: Dynamic Management Views (DMVs)
Dynamic Management Views → example → sys.dm_db_index_physical_stats ⓘ
subject linked to: DMVs
linked to: Dynamic Management Views (DMVs)