CylonLove4Life
Technical User
I'm working on an Access front end, connected to a SQL Server back end (as linked tables).
Over the LAN, it's fine, but over a WAN (ping <50ms), it's slow as molasses.
I ran the SQL Profiler, and it shows a separate Audit Login and Augit Logout for each query. It seems like Access is logging in and out of the SQL Server for each SELECT statement! It seems to me that this is the cause of the slowdown.
Am I correct? More importantly, what can I do to have it use persistent connections (or solve the problem some other way?)
All help *much* appreciated.
Over the LAN, it's fine, but over a WAN (ping <50ms), it's slow as molasses.
I ran the SQL Profiler, and it shows a separate Audit Login and Augit Logout for each query. It seems like Access is logging in and out of the SQL Server for each SELECT statement! It seems to me that this is the cause of the slowdown.
Am I correct? More importantly, what can I do to have it use persistent connections (or solve the problem some other way?)
All help *much* appreciated.