Skip to content

Commit 118faa4

Browse files
BrentOzarCopilot
andauthored
Update sp_BlitzCache.sql
Not sure this can happen either, but this also looks harmless, so taking it. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bec0671 commit 118faa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5115,7 +5115,7 @@ SET
51155115
b.Warnings = 'We couldn''t find a plan for this query. More info on possible reasons: https://www.brentozar.com/go/noplans'
51165116
FROM ##BlitzCacheProcs AS b
51175117
WHERE b.QueryPlan IS NULL
5118-
AND b.Warnings IS NULL
5118+
AND (b.Warnings IS NULL OR b.Warnings = '')
51195119
AND b.SPID = @@SPID
51205120
OPTION (RECOMPILE);
51215121

0 commit comments

Comments
 (0)