How to quickly analyse large MDB file

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-05-08T06:20:13Z Indexed on 2010/05/08 6:28 UTC
Read the original article Hit count: 283

Filed under:
|

I need to know how to quickly analyse a large MDB file (about 1GB) to see which tables are causing it to be so big. Is there something will easily allow me to show a breakdown of which tables are responsible for how much data.

I need to know whether it is just this one customer who is using the application differently, or whether there is genuinely a lot of data in the MDB. This MDB is currently causing the VB app to crash, and I need to know why it is so big so that I can maybe think about how to put some of the data into another 'archival' MDB.

Migrating to SQL Server is not an option, unless the use of linked tables from an MDB is a realistic option.

© Stack Overflow or respective owner

Related posts about ms-access

Related posts about sql-server