Hi,
Are there cases when a regular SELECT query would run faster than if it were run as sql pass through query?
If so what are those cases?
I have a query that has 2 outer joins was originally designed as sql pass through query. It ran for over 4 minutes but when I converted it to an SELECT query, it ran in 1 minute. Is there an explanation why this has happened?
Thanks,
mlz
Are there cases when a regular SELECT query would run faster than if it were run as sql pass through query?
If so what are those cases?
I have a query that has 2 outer joins was originally designed as sql pass through query. It ran for over 4 minutes but when I converted it to an SELECT query, it ran in 1 minute. Is there an explanation why this has happened?
Thanks,
mlz