Database is huge, help

maw230

somewhat competent
Local time
Today, 15:28
Joined
Dec 9, 2009
Messages
522
How can I find which objects are taking up so much space in my db? Is there a way to sort by size?
 
Have you done a compact/repair? It can reduce the size significantly if you haven't done one in a while.
 
Have you done a compact/repair? It can reduce the size significantly if you haven't done one in a while.

Yes, I've done several today. Each one after I find and delete and old, unused table. I'm still at 1.2 gb.
 
You might also try a decompile, but are you storing images or other objects in the db? Earlier versions of Access didn't handle that very well, and the database would bloat far in excess of the size of the objects.
 
You might also try a decompile, but are you storing images or other objects in the db? Earlier versions of Access didn't handle that very well, and the database would bloat far in excess of the size of the objects.

No images or other. And most of the larger tables are stored on the backend. I think that I ran an overly large make table query one day, and if I could look at my tables by size I could easily find it.
 
For pure data to get it that large it would be millions of records. Offhand I don't know of a way to get table by table sizes in Access. It's not in MSysObjects.
 
For pure data to get it that large it would be millions of records. Offhand I don't know of a way to get table by table sizes in Access. It's not in MSysObjects.

I've been known to have tables that big :cool:
I'm sure I'll track it down. Thanks for the help!
 
Post back if you figure out a way to get the sizes. I'd be interested to learn it.
 

Users who are viewing this thread

Back
Top Bottom