File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2559,7 +2559,7 @@ FROM #relop AS r
25592559JOIN selects AS s
25602560ON s .QueryHash = r .QueryHash
25612561CROSS APPLY r .relop .nodes (' /p:RelOp' ) AS c(n)
2562- WHERE r .relop .exist(' /p:RelOp[( @PhysicalOp[. ="Index Spool"]) ]' ) = 1
2562+ WHERE r .relop .exist(' /p:RelOp[@PhysicalOp="Index Spool" AND @LogicalOp="Eager Spool" ]' ) = 1
25632563)
25642564UPDATE b
25652565 SET b .index_spool_rows = sp .estimated_rows ,
Original file line number Diff line number Diff line change @@ -2362,7 +2362,7 @@ JOIN selects AS s
23622362ON s .plan_id = r .plan_id
23632363 AND s .query_id = r .query_id
23642364CROSS APPLY r .relop .nodes (' /p:RelOp' ) AS c(n)
2365- WHERE r .relop .exist(' /p:RelOp[( @PhysicalOp[. ="Index Spool"]) ]' ) = 1
2365+ WHERE r .relop .exist(' /p:RelOp[@PhysicalOp="Index Spool" and @LogicalOp="Eager Spool" ]' ) = 1
23662366)
23672367UPDATE ww
23682368 SET ww .index_spool_rows = sp .estimated_rows ,
You can’t perform that action at this time.
0 commit comments