Linked Tables performance issues: is a pass through query the only option?

Err

Active Member
Joined
Nov 16, 2006
Messages
274
Hi,

I've inherited an Access app that allows users to run a custom query using a form. It

-has more than one linked table from SQL Server
-Runs Access Sql on the tables before presenting

The problem is that the tables were relatively small when they were made by my predecessors. Now they are over a million rows each.

It appears that (and please correct me if I'm wrong) Access downloads the entire linked tables before running code on them.

The problem is that our network people are complaining that it is taking up too much bandwidth when it runs.


I've managed to combine a lot of the work in Access to a View in SQL Server and then pare it down with Access SQL. This fixes some of the issues as I'm not downloading unnecessary data and simplifying the Access SQL. I'm worried that it is not optimal.

Is the only solution to build a custom pass through query, run it remotely on SQL Server and then present the data to the users?

Thanks
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Is the only solution to build a custom pass through query, run it remotely on SQL Server and then present the data to the users?
That wouldn't be the only solution but it would be a good one!
 
  • Like
Reactions: Err
Upvote 0
That wouldn't be the only solution but it would be a good one!

Thank you.

What other options would work that would minimize the impact on the local Ethernet?
 
Upvote 0
Having the processing done on the server is always good for reducing network traffic. Other options would probably involve paring down your requests to use even less data than you already are using - pretend like you are still limited to 64K memory.
 
  • Like
Reactions: Err
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,757
Members
448,991
Latest member
Hanakoro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top