query links to SQL server and mdb table

I

inungh

I have a query who links tables include SQL server via ODBC and mdb
tables using JET.

The SQL sever table has many records. The performance is good when I
run the query against the SQL server.

The performance becomes poor when the query link to a mdb table which
only has a few hundreds records.

I just wonder does MS Access to retrieve all the table to client
applications when query links tables with SQL server and mdsb tables.

If not, are there any way to resolve the performance issue when a
query links SQL server and mdb tables.


Your information is great appreciated,
 
P

Pat Hartman

Access supports heterogeneous joins but to do so, it must retrieve all the server-side data and process it locally. So, you may experience slow responses if the server-side tables contain large numbers of records.

Tell us more about what you are trying to do and we'll try to offer an alternative solution.

Submitted via EggHeadCafe
Microsoft ASP.NET For Beginners
http://www.eggheadcafe.com/training-topic-area/ASP-NET/7/ASP.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top