I am trying to import a cvs file that contains up to 2 million records and 36 fields. The software can't handle this size. I can quickly link to the file, but I must then append these records into another table so I can customize the field properties such as the primary key and indexes. If I append more than 50,000 records at a time, a disk error results.
Any suggestions on how I can quickly import these 2 million records in a table where I can edit the field properties ?
Any suggestions on how I can quickly import these 2 million records in a table where I can edit the field properties ?