We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd06558 commit 128620eCopy full SHA for 128620e
sp_BlitzCache.sql
@@ -4834,6 +4834,7 @@ BEGIN
4834
CONVERT(NVARCHAR(30), CAST((AvgSpills) AS MONEY), 1) AS [Avg Spills],
4835
PlanCreationTime AS [Created At],
4836
LastExecutionTime AS [Last Execution],
4837
+ LastCompletionTime AS [Last Completion],
4838
PlanHandle AS [Plan Handle],
4839
SqlHandle AS [SQL Handle],
4840
COALESCE(SetOptions, '''') AS [SET Options],
@@ -4964,6 +4965,7 @@ BEGIN
4964
4965
CONVERT(NVARCHAR(30), CAST((NumberOfDistinctPlans) AS BIGINT), 1) AS [# Distinct Plans],
4966
4967
4968
4969
CONVERT(NVARCHAR(30), CAST((CachedPlanSize) AS BIGINT), 1) AS [Cached Plan Size (KB)],
4970
CONVERT(NVARCHAR(30), CAST((CompileTime) AS BIGINT), 1) AS [Compile Time (ms)],
4971
CONVERT(NVARCHAR(30), CAST((CompileCPU) AS BIGINT), 1) AS [Compile CPU (ms)],
0 commit comments