Sql Server query store

Jozsef Basa 20 Reputation points
2024-12-30T14:49:02.8366667+00:00

Hi, according to the query store's tracked_query report an old plan comes back and used again by the execution engine even if that plan was neither manually nor automatically forced. James

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,242 questions
{count} votes

Accepted answer
  1. Erland Sommarskog 114.7K Reputation points MVP
    2024-12-30T22:19:45.8366667+00:00

    Not sure that I understand here. Even if the plan is not forced in any way, it is perfectly possible that the optimizer comes up with the same plan as it has done before. Can you elaborate a little more?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.