Hello.
I have a huge SQL statement that joins 13 tables together. This statement is part of a query builder that I wrote to search a 3rd normalized schema.
ANYWAY...
When it executes, I get a "[Microsoft][Access Driver]Not enough temporary drive space." error.
I have 2 Gigs of RAM in my server, and my database is only 8 megabytes big. Is there a way to have all table join processing done in memory instead of to the hard drive? I think this may be a MaxBufferSize issue in the registry, but I would like to get away from using the harddrive for processing as much as possible. Thanks.
I have a huge SQL statement that joins 13 tables together. This statement is part of a query builder that I wrote to search a 3rd normalized schema.
ANYWAY...
When it executes, I get a "[Microsoft][Access Driver]Not enough temporary drive space." error.
I have 2 Gigs of RAM in my server, and my database is only 8 megabytes big. Is there a way to have all table join processing done in memory instead of to the hard drive? I think this may be a MaxBufferSize issue in the registry, but I would like to get away from using the harddrive for processing as much as possible. Thanks.