Hello everyone,
I have a matrix report (137 cols\ 596 rows -- which will grow in the future), rendering very slowly. It takes about 20 seconds for the report to show up in the browser.
- SSRS 2005,
- back-end: SQL 2005
- I am using a stored procedure to get the data from the DB (it takes less than 1 sec to run it on SSMS)
- looking at the performance on the SSRS Server I see CPU spiking up to about 60% when I execute this report.
Server stats:
- virtual 2003 Win server, Service Pack 2
- dual processor
- 3 GB of RAM
Any suggestions what I can change to speed up this report? Some settings maybe?
Thanks.