Hello everyone,
I'm trying to improve a particular query, and do some check on the Query Execution plan and see Two main Operators:
- Index scan (Nonclustered) - Cost 39%
- Hash Match Right outer Join - Cost 31%
What does it actually mean, and how can I improve it?
Thanks (: