Database Space Hogs

Q

Question Boy

Is there a way to quick identify what object are taking to the most space in
the db? For instance images that have been placed on reports or forms that
are unnecessarily taking up space. Or at least which form, I can then look
into it myself to find the cause if need be.

Thank you,

QB
 
J

John W. Vinson

Is there a way to quick identify what object are taking to the most space in
the db? For instance images that have been placed on reports or forms that
are unnecessarily taking up space. Or at least which form, I can then look
into it myself to find the cause if need be.

Thank you,

QB

About the only way to determine how much space an object takes up is to
Compact the database (or a copy of it); note the size of the file; delete the
suspect object; compact again; and compare sizes.

Do note that up until A2007, Access databases bloated very badly if they
contained any images. Apparently the file stored BOTH the original (often
compressed, e.g. jpg) file and ALSO a much larger bitmap version. This has
been fixed in the latest version; but most developers avoided storing images
in databases at all, instead storing a path to a graphic file and using code
to display the image as needed in a Picture control.
 

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

Similar Threads

Table size or recordcount 7
Connect to an unknow database 1
Database Backup & Compact 1
Access Database & preset report/form 9
Delete Record question 9
Character Spacing 1
Processing hanging 4
Event Database 1

Top