Which component(s) does this affect?
Problem Statement
The Procedure Stats tab shows "Cached Time" but no "Last Execution Time" column. This information is available in the underlying DMV data (last_execution_time from sys.dm_exec_procedure_stats) and should be surfaced in both the main grid and the drill-down history window.
Related to #649 (same gap in Query Stats tab).
Which component(s) does this affect?
Problem Statement
The Procedure Stats tab shows "Cached Time" but no "Last Execution Time" column. This information is available in the underlying DMV data (
last_execution_timefromsys.dm_exec_procedure_stats) and should be surfaced in both the main grid and the drill-down history window.Related to #649 (same gap in Query Stats tab).