04-23-2008 05:03 PM
04-24-2008 01:39 AM
04-24-2008 04:17 AM
Hi David,
I dont think changing to 64 bit OS would solve your problem, but just delay the point at which it runs out of memory.
What you need to do is reduce the amount of results you keep in memory. This may mean save out results to a file, then clearing the ResultList.
On-the-fly would be the way to go. Maybe you can do this for the Report logging but keep the Database logging as normal.
Regards
Ray Farmer
04-24-2008 01:23 PM
04-24-2008 02:13 PM
I haven't tried it, but perhaps this would help:
http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
04-25-2008 10:36 AM - edited 04-25-2008 10:46 AM
04-25-2008 12:31 PM
04-27-2008 11:35 AM