Database Size Changes while no activity ?

D

dhstein

I have a single user database that is open and I'm not doing anything, but I
see the size of the file growing about 8k bytes every 20 seconds or so. What
is the system doing? Thanks
 
T

Tom van Stiphout

On Fri, 9 Jan 2009 20:30:04 -0800, dhstein

Do the math. How long will it take for it to fill up a small (by
today's standards) disk? And then we move on...

Access (better: Jet) is a complex database system the innard of which
are not fully documented. We learn to live with its ideosyncracies.

-Tom.
Microsoft Access MVP
 
J

John W. Vinson

I have a single user database that is open and I'm not doing anything, but I
see the size of the file growing about 8k bytes every 20 seconds or so. What
is the system doing? Thanks

I remembered seeing a thread about this very problem some time ago, and found
this post from Paul Shapiro:

<start quote>

If you're using Access 2007, there was a hotfix announcement that might
apply:

Issues fixed include:
.. You experience slower performance than you did in previous versions when
you share a database file over a network.
.. You may notice your database file increase in increments of 4 KB without
any user interaction when the database is open.
.. You may see a sub-form become blank after you set the main form's
recordset. You may also receive the following error: "Run-time error 2467 -
The expression you entered does not exist".
These fixes are available at http://support.microsoft.com/kb/960307.


If the mdb that's growing is the front-end, does each user execute a local
copy rather than all users running the same shared copy? I setup a shortcut
that copies the front-end db from the server to the local workstation and
then runs that shortcut. So even if the front-end grows, the user starts
with a clean copy each time they run the application.


<end quote, thanks Paul>
 

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