Database Size

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Is it much of a problem is an Access database reaches over 1 gig in size? I
can easily see the database I designed reaching that figure in a few weeks
time. Even with the compacting/repair utility I run every day.
 
Depends on the version of access. Go to help and type "preferences" to see
how large a file your version will support.

If it is a problem, you may want to break data into multiple backends or
upsize to a server based database.
 
One question is why is it getting so big? Are you storing images in it? If
so, consider taking the images out of the database, and only storing a path
to them: Access is notoriously bad at handling images internally.
 
Gary said:
Is it much of a problem is an Access database reaches over 1 gig in
size? I can easily see the database I designed reaching that figure
in a few weeks time. Even with the compacting/repair utility I run
every day.

That is a rather large database for Access. It is the limit for 97 and
prior versions.

Are you compacting the database from time to time, or are you storing
images in the database?

Even with the current versions which allow 2 gig files, that one is
rather large and you may want to consider an SQL server with an Access front
end.
 

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