Hello,
I have a select query which (Inner) Joins 4 tables. This query takes a very long time to execute.
When I saw the Execution plan for this query, one of the tasks (Product.PK_product) is a 'Clustered Index Seek' and the tool tip shows that the 'Number of Executes' for this step is 28536.
I read that the number of Executes should be 1 in the ideal conditions. Can some one please suggest some thing to reduce the number of executes?
Thanks in advance.....