what is the limit for importing data

G

Gerro

Does anyone know limits for importing
data from a textfile in to Access.
65000 records ?

Thanks in advance.
 
J

John Nurick

Hi Gerro,

There's no simple limit apart from the 2GB maximum size of an .mdb file
or MSDE database. There is also a limit on the record length that the
built-in import routine can handle: IIRC it's about 64k characters.
Likewise, the import routine isn't designed for files with more than 255
fields per record.

I've imported text files with millions of records, and ones more than
100 MB in size. With really big files, it can help if you start by
creating the table manually, with no indexes, and compacting the
database. Then import the data and finally create the indexes and
relationships you need. This seems to make the import go faster and may
reduce the chance of the 2GB limit being breached during the import.
 

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