File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2992,14 +2992,14 @@ AND pk.SPID = b.SPID
29922992AND b .implicit_conversions = 1
29932993OPTION (RECOMPILE );
29942994
2995- END -- End implicit conversion information gathering
2995+ END ; -- End implicit conversion information gathering
29962996
29972997UPDATE b
29982998SET 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
30003000FROM ##bou_BlitzCacheProcs AS b
3001- WHERE SPID = @@SPID
3002- OPTION (RECOMPILE )
3001+ WHERE b . SPID = @@SPID
3002+ OPTION (RECOMPILE );
30033003
30043004IF @SkipAnalysis = 1
30053005 BEGIN
You can’t perform that action at this time.
0 commit comments