Skip to content

Commit 32fd80c

Browse files
Update sp_QuickieStore.sql
This fixes a bug where plan variants weren't being flagged correctly because the dispatcher plan id won't match the plan id that a query has.
1 parent b1c3f36 commit 32fd80c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sp_QuickieStore/sp_QuickieStore.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8242,7 +8242,6 @@ WHERE EXISTS
82428242
1/0
82438243
FROM #query_store_plan AS qsp
82448244
WHERE qsqv.query_variant_query_id = qsp.query_id
8245-
AND qsqv.dispatcher_plan_id = qsp.plan_id
82468245
)
82478246
OPTION(RECOMPILE);' + @nc10;
82488247

0 commit comments

Comments
 (0)