Hi All,
I am looking at the query plan for a stored procedure and I am seeing things like 1400% on the execution plan, the stored procedure I believe is called within a loop quite a lot of times, but I don’t quite understand why the percentages will be over 100
for one section of the execution plan.
Any explanation for this ?
Thanks in advance.
View Complete Post