Skip to content

Commit 86f296b

Browse files
committed
Better safe than fixing this next month
=0 or is null
1 parent 4e999c3 commit 86f296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ BEGIN
26072607
WHERE qp.SqlHandle = ##bou_BlitzCacheProcs.SqlHandle
26082608
AND SPID = @@SPID
26092609
AND query_plan.exist('/p:QueryPlan/@NonParallelPlanReason') = 1
2610-
AND ##bou_BlitzCacheProcs.is_parallel = 0
2610+
AND (##bou_BlitzCacheProcs.is_parallel = 0 OR ##bou_BlitzCacheProcs.is_parallel IS NULL)
26112611
OPTION (RECOMPILE);
26122612

26132613

0 commit comments

Comments
 (0)