Database Size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How many records can an Access 2003 database have before it becomes to large
(e.g. an Ecxel file can have 65536 rows)?
 
ms-access does not actually have a record limit. However, ms-access does
have a file size limit.

Hence, the max number of records will vary, since you can put more smaller
records in a file then large size records.

The max file size of a database is 2 gigs. Further, data in ms-access is
stored as uni-code, and thus each characters actually takes up two bytes. In
addition, ms-access does use some compression on text fields.

lets do a quick calc, and assume a max size of 1 gig for our use...

A mailing list with just a name + address is about 85 characters on average.
So,

1,000,000,000 / 85 = 11 million records.

On the other hand, if each record was 160 characters..then you are talking
only 5 million records..

ms-access is really zippy with small files...say only 75,000 to 150,000
records....
 
hi,
in access help type specifications.
the number of records is limited only by limits of your
hardware ie disc size, memory ect.
specification lists other limits like 1 gig max db size
which would include all objects in the db.
 

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