Moron Posted October 9, 2008 Share Posted October 9, 2008 I'll keep this long and painful story as short as possible. We have an Access 2000 database that is used for making identification cards. It pulls the data from an MS SQL database through an ODBC connection. Well, it suddenly got VERY slow to pull any records. I can run an older backup copy of the Access database and anything that was already in there runs fine. BUT... if I refresh the connection to the SQL tables (in Linked Table Manager), it suddenly takes 10-15 minutes to pull a single record and then I can't edit it once it does. All of the SQL tables run fine within Enterprise Manager. The Access database itself runs fine until I try to refresh the connections in Linked Table Manager. Any ideas? I'm stumped and so are a few other people. Quote Link to comment https://forums.phpfreaks.com/topic/127685-access-with-ms-sql-backend-wont-update/ Share on other sites More sharing options...
crtreedude Posted December 6, 2008 Share Posted December 6, 2008 My suggestion is to use the profiler that comes with mssql to capture the query - and see what access is sending. You will probably find the issue then. the problem with tools often like Access is they hide from you what they are sending - and often send very inefficient queries. the profiler that comes with mssql is really a wonderful too. and, if you have to, you can do the same via system stored procedures, but it is messier. Quote Link to comment https://forums.phpfreaks.com/topic/127685-access-with-ms-sql-backend-wont-update/#findComment-707616 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.