Can I lock a table to speed up UpdateBatch

B

Bob Richardson

It takes about 20 seconds to run an UpdateBatch while trying to change only
500 records in my MDB. Is there a way I can speed this up. I think the
bottleneck has to do with locking each record individually. If I could lock
the entire table once, do all my updates, and then unlock the table, the
whole process would be much more efficient. There are only 1 or two users on
the DB at a time. Is there a way to do this. Perhaps something to do with
PagesLockedToTableLock ?
 

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