exporting 75000 records

  • Thread starter Thread starter lai
  • Start date Start date
L

lai

Hi all!

I wanted to export out a table that has about 75,000
records into a comma delimited file. I know Excel only
loads up until 63,000. Any suggestions on how I should do
this??

Thanks!
 
The limit - 65536 - is on the number of rows in an Excel worksheet.
There is no limit to the number of rows a comma separated file can
contain (unless you want to import it into Excel<g>).
 
Back
Top