Hi
Can we retrieving old execution plan for a query
ex: query was executed around 2 am, but i need to find the execution plan at 9 am
Thanks
Sandeep
Hi
Can we retrieving old execution plan for a query
ex: query was executed around 2 am, but i need to find the execution plan at 9 am
Thanks
Sandeep
You can look in the plan cache by querying sys.dm_exec_cached_plans, but it may or may not still be there.
19 People are following this question.