A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Hi @ahmed salah ,
Please read this article about many common sign meanings in execution plan:
https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/graphical-execution-plans-for-simple-sql-queries/
In your execution plan, the number of hash match is high, which sometimes indicates:
a missing or incorrect index
a missing WHERE clause
In addition, you should pay attention to update warning in your execution plan and Erland give his suggestion.
Then you can check the new execution plan.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.