I am getting the following error:
"Not enough space on temporary disk. (Error 3183)"
"You tried to perform an operation that requires more space than is available on the temporary disk. Your temporary disk location is based on the TEMP DOS environment variable, which was set when your system started."
I am using Access 2007 as a front end. The database is on SQL Server 2008. This happens when I am using a form which it's record source is a SQL query and am going to a specific record using the navigation control. The table has about half a million records. I am on XP SP3 with 4GB RAM and there is 1 GB free.
You are most likely running into the 2GB limit on MS Access tables. Possibly in a temporary table being create/used during the query.
This is probably caused by whatever joins you have in your query, which tend to multiply the data. And with a million rows, all you have to do is multiple it by 2K of data per row to hit that limit)
You can solve this in a couple ways.
You might also be able to force the query to run on the SQL Server side; which I think happens by default but can be thwarted by an inefficient query (e.g., a calling a function that returns varchar in the where clause)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With