Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sp_QuickieStore/sp_QuickieStore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11127,7 +11127,7 @@ WHERE EXISTS
SELECT
1/0
FROM #query_store_plan AS qsp
WHERE plan_force_flat.regressed_plan_id = qsp.plan_id
WHERE TRY_CAST(plan_force_flat.regressed_plan_id AS bigint) = qsp.plan_id
)
OPTION(RECOMPILE);' + @nc10;

Expand Down
Loading