Hi,
I am working with one of the Sql long running query. It is running around 2 hr.
It has several left & Rightouterjoins. The execution plan is showing so many hash joins. How to avoid that hash joins.
Whenever there is index scan immediately parallelism and then immediately hash match is there
Any suggestions