Skip to content

Commit fd5bd01

Browse files
committed
semicolonoscopy
duh
1 parent aa6d945 commit fd5bd01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sp_BlitzCache.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2992,14 +2992,14 @@ AND pk.SPID = b.SPID
29922992
AND b.implicit_conversions = 1
29932993
OPTION(RECOMPILE);
29942994

2995-
END --End implicit conversion information gathering
2995+
END; --End implicit conversion information gathering
29962996

29972997
UPDATE b
29982998
SET b.implicit_conversion_info = CASE WHEN b.implicit_conversion_info IS NULL THEN '<?NoNeedToClickMe -- N/A --?>' ELSE b.implicit_conversion_info END,
29992999
b.cached_execution_parameters = CASE WHEN b.cached_execution_parameters IS NULL THEN '<?NoNeedToClickMe -- N/A --?>' ELSE b.cached_execution_parameters END
30003000
FROM ##bou_BlitzCacheProcs AS b
3001-
WHERE SPID = @@SPID
3002-
OPTION(RECOMPILE)
3001+
WHERE b.SPID = @@SPID
3002+
OPTION(RECOMPILE);
30033003

30043004
IF @SkipAnalysis = 1
30053005
BEGIN

0 commit comments

Comments
 (0)