maximum number of records in a table

C

carolyn

I am wondering if it is possible to have an Access Table
with 6 million records in one table. If not, what
database program could handle it?

Thanks
Carolyn
 
L

Lynn Trapp

As long as those 6 million records do not cause the file to be larger than
2GB (for A2K and later -- 1GB for A97 and earlier), the answer is yes. If
that happens then you would need to use a client/server database system such
as SQL Server or Oracle.
 
J

John Vinson

I am wondering if it is possible to have an Access Table
with 6 million records in one table. If not, what
database program could handle it?

That's big for Access, but I know of 20,000,000 row tables. Your real
limitation is the 2 GByte per .mdb file - depending on how large these
six million records are you could be pushing that limit pretty hard
(that's an average of 333 bytes per record, not counting overhead or
your other tables).

SQL/Server, MySQL, Oracle, Visual FoxPro, DB/2... lots of DBMS's can
handle this size with equinamity (and with a lot more investment of
programming and implementation labor).
 

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

Top