"Not enough space on temporary disk" for very large table

  • Thread starter Margaret Bartley
  • Start date
M

Margaret Bartley

I have a bit more than 2 million fairly small records in a database that's
311 MBs in size. There is only this one table, a simple totals query, and a
few linked tables in this DB. I compacted and recompiled it just before
trying to add an Atonumber field.

When I try to save the table with that new field, I'm getting a message,
"Not enough space on temporary disk".

I defragged the hard drive yesterday, and I've got 110 GBs left empty on a
148 BG hard drive, and no other programs open.

I suspect this error message is not exactly correct, that there is some
Access memory-management variable or file that is being overloaded. Any
hints or help? Maybe a better newsgroup to post to ?

Many thanks.
 
C

Chris O'C via AccessMonster.com

Make a copy of the table, but with no data. Add the Autonumber field to the
copy. Create an append query to append the records from the original table
to the new table and then run the query. When you're sure you don't need the
original table, delete it and rename the new table with the original table
name. Set up the relationships the same as the original's.

Chris
Microsoft MVP
 
M

Margaret Bartley

yep, That's what I did, and it worked.
Chris O'C via AccessMonster.com said:
Make a copy of the table, but with no data. Add the Autonumber field to
the
copy. Create an append query to append the records from the original
table
to the new table and then run the query. When you're sure you don't need
the
original table, delete it and rename the new table with the original table
name. Set up the relationships the same as the original's.

Chris
Microsoft 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