PDA

View Full Version : "Not enough space on temporary disk" error



Kisna
05-30-2009, 03:54 AM
Hi,


I am running a make table query. my access dB size is around 450 Mb. I am always getting the following error:"Not enough space on temporary disk"

My C drive and has like 30GB free. My temp folder reaches 1.95GB when I run this query (before that it is like 50mb). So I am thinking is it because of the Access 2GB limit (Access 2000) or is it because of some size restriction on the temp folder ?

Someone please help.
thanks in advance.

Oorang
05-31-2009, 08:22 PM
Are you doing this via the Access interface or via ADO code? What is the source of the make table query?

OBP
06-01-2009, 06:10 AM
Have you compacted the database lately?

CreganTur
06-01-2009, 07:38 AM
Welcome to the forum- it's always good to see new members.

Perhaps you should break this process into two steps- create a table that contains just the fields and indexes you require, and then run an append query into this new table. That might reduce enough overhead to allow your query to work.

marlind
06-08-2009, 01:11 PM
Try to open the database "Open Exclusively" Then close it again and repopen it to see if you get the same error.