M
Maury Markowitz
I am trying to speed up a number of long-running queries in our application.
The "bad ones" are invariably those that join tables from our two data
sources. I have a feeling that Jet is basically doing "select *" on both and
then doing the join locally.
Is there some sort of description I can read on what Jet does with these
sorts of queries? If the problem is as I suspect, I'll need to fix it
somehow. A passthrough doesn't seem to solve the problem, because it's two
different servers -- there's nowhere to "pass through" to.
Maury
The "bad ones" are invariably those that join tables from our two data
sources. I have a feeling that Jet is basically doing "select *" on both and
then doing the join locally.
Is there some sort of description I can read on what Jet does with these
sorts of queries? If the problem is as I suspect, I'll need to fix it
somehow. A passthrough doesn't seem to solve the problem, because it's two
different servers -- there's nowhere to "pass through" to.
Maury