L
LeonJ
Hello,
Problem, our user base has grown tremendously and the very user-friendly
front-end to a SQL Server backend is now taxing our 100mb local net. We are
a seasonal agricultural product distribution company so our busiest times
create the slowest response times ... not good!
So, I'm dreaming up the quickest fix I can think of. For the slowest and
most used reports and forms I think I could fairly quickly move the queries
to get data from a local db. If I pull the data from the server direct to
local tables (separate mdb, of course) and query from them, I may get faster
response time for the report/form and will cause less network traffic.
First, Is this a good idea? Why or why not?
Leon
Problem, our user base has grown tremendously and the very user-friendly
front-end to a SQL Server backend is now taxing our 100mb local net. We are
a seasonal agricultural product distribution company so our busiest times
create the slowest response times ... not good!
So, I'm dreaming up the quickest fix I can think of. For the slowest and
most used reports and forms I think I could fairly quickly move the queries
to get data from a local db. If I pull the data from the server direct to
local tables (separate mdb, of course) and query from them, I may get faster
response time for the report/form and will cause less network traffic.
First, Is this a good idea? Why or why not?
Leon