1
May 1, 2008 9:00 AM
Posted by: Denny Cherry
Cache, Execution Plan, Query tuning, SQL Server 2005, sys.dm_exec_cached_plans, sys.dm_exec_plan_attributes, sys.dm_exec_query_plan, sys.dm_exec_requests
Checking the cached execution plans
Posted by: Denny Cherry
As we all know SQL Server, will for good or bad, cache execution plans. Up until now it's been very tough to see the cached execution plans. You pretty much had to grab the query or procedure (with the parameters) and run it with Query Analyzer and have it return the execution plan. The only...




