Is there any way or approach on handling reports with million of records retrieved
Had a problem for 25 silmultaneous users accessing the report.
Problems are:
- Timeout Expired.
- Server unavailable.
- Page cannot be displayed.
Please let me know if there is... Thanks in advance...

Million Records Problem
Optimistic1954
You should set the report to execute from a snapshot, otherwise each user access results in another 1M rows put into memory.
p4praveen