How Many Records can 1 Access Table Hold

S

Simon Harvey

Terry said:
I am needing to know how many records (lines) 1 Access
Table will hold.


If you need more than 2G in an access database, you really should consider
at least going to msde for better performance and more realistically SQL
Server

:)

Simon
 
R

Rebecca Riordan

But then there's the Unicode issues, so....are we repeating ourselves? <g>

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...
 
R

Rebecca Riordan

Hmm, that's interesting...but I suppose the Unicode 2-byte thing only
applies to _text_ data, so numeric and blob data would be uneffected,
wouldn't it?

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...
 
L

Larry Linson

Hmm, that's interesting...but I suppose
the Unicode 2-byte thing only applies to
_text_ data, so numeric and blob data
would be uneffected, wouldn't it?

Yes, and also, Unicode compression is "on" by default, and most characters
in Western languages compress to only one byte -- in those cases, Unicode
just adds a bit of overhead in the data storage.

Larry Linson
Microsoft Access MVP
 

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