Skip to content

Commit 128620e

Browse files
committed
Add LCT to ouput
Man, this is in a lot of places.
1 parent fd06558 commit 128620e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sp_BlitzCache.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4834,6 +4834,7 @@ BEGIN
48344834
CONVERT(NVARCHAR(30), CAST((AvgSpills) AS MONEY), 1) AS [Avg Spills],
48354835
PlanCreationTime AS [Created At],
48364836
LastExecutionTime AS [Last Execution],
4837+
LastCompletionTime AS [Last Completion],
48374838
PlanHandle AS [Plan Handle],
48384839
SqlHandle AS [SQL Handle],
48394840
COALESCE(SetOptions, '''') AS [SET Options],
@@ -4964,6 +4965,7 @@ BEGIN
49644965
CONVERT(NVARCHAR(30), CAST((NumberOfDistinctPlans) AS BIGINT), 1) AS [# Distinct Plans],
49654966
PlanCreationTime AS [Created At],
49664967
LastExecutionTime AS [Last Execution],
4968+
LastCompletionTime AS [Last Completion],
49674969
CONVERT(NVARCHAR(30), CAST((CachedPlanSize) AS BIGINT), 1) AS [Cached Plan Size (KB)],
49684970
CONVERT(NVARCHAR(30), CAST((CompileTime) AS BIGINT), 1) AS [Compile Time (ms)],
49694971
CONVERT(NVARCHAR(30), CAST((CompileCPU) AS BIGINT), 1) AS [Compile CPU (ms)],

0 commit comments

Comments
 (0)