Clear Execution Plan Cache
-- Least disruptive: force a fresh plan for just this one test query
-- (add at the end of the SELECT you’re testing)
OPTION (RECOMPILE);-- Least disruptive: force a fresh plan for just this one test query
-- (add at the end of the SELECT you’re testing)
OPTION (RECOMPILE);