Reports Too Slow

CCIDBMNG

Registered User.
Local time
Today, 15:08
Joined
Jan 25, 2002
Messages
154
I was wondering if anyone knows a way to help make reports run faster. I am runing a report that uses a very complex query with linked tables. When I am in design view I get a 30 second lag. When I go to run, save, or open in design view it takes at least 2 minutes to open. I have 512 mb ram. Is there something else I can upgrade to make the reports run faster or should I just get more ram?

Thanks in advance.
 
Back_End ???

What is the backend of your DB, you said it was linked tables. Is it ACCESS or another database. If it is another database, then use a PASS THROUGH query. I took over a database once that had tables linked to ORACLE. It would take an hour or better to run some reports. I switched to a PASS THROUGH query and the report ran in 15 seconds. By using a PASS THROUGH query, the processing is done on the other db side and not in the JET Engine.
 
It is linked to other access databases.
 

Users who are viewing this thread

Back
Top Bottom