Database size grows very quickly

  • Thread starter Thread starter Chlaris
  • Start date Start date
C

Chlaris

Dear all,

I have a database which grows very quickly to 1024 Mb.
If I compact, the actual size is only about 40 Mb.
What should I do to prevent the database growing quickly ?
Thanks.

Chlaris
 
Dear all,

I have a database which grows very quickly to 1024 Mb.
If I compact, the actual size is only about 40 Mb.
What should I do to prevent the database growing quickly ?
Thanks.

Chlaris

Sounds like you're creating temporary objects and not compacting on
close. Compacting will recover all that unused space.
 
Hi Tom,

Thanks for the information.
It seems the problem with the MDE file.
I decompile the MDB file and create a new MDE, the database size is stable
now.

Chlaris
 

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

Back
Top