June 2015
Intermediate to advanced
1800 pages
70h 6m
English
You can view and get information about the query plans currently in plan cache memory by using some of the DMVs available in SQL Server 2014. Following are some of the useful ones related to monitoring the plan cache:
sys.dm_exec_cached_plans—Returns general information about the query execution plans currently in the plan cache.
sys.dm_exec_query_stats—Returns aggregate performance statistics for cached query plans.
Read now
Unlock full access