Hi, I am working on a Stored Proc which is using 5 tables. One of the tables is using an Outer Join with the other table. The perfomrance is very bad due to outer join. It is very slow. Could anyone give me a suggestion for an alternate way. And I am pulling 5,6 columns from the table(one that does not have matching values) which is using an Outer Join.
Thought probably an inline select would work, but I guess that is only if we are pulling one column(not sure about this)
Thanks in advance.
Start Free Trial