.Hw we can improve the performance of ssrs report..Its taking huge time to execute the report.We implement paging in SSRS...but its not effective...... Any body can help on this matter.....
A:
Sounds like you need to identify your expensive queries and possibly missing indexes. See this answer to get started.
Mitch Wheat
2008-11-05 09:52:02
ya i already applied indexes and paging..but i am not able to implement it on SSRS.Any suggesion?
2008-11-05 13:01:20
A:
Also look at drill down report design where you click on summary to get details through a separate query. and if you are doing a lot of calculations in your query, check if you can precalculate those values periodically and store them in a table. Check for indexes on your tables and use 'with nolock' query hint in your SQL
usman shaheen
2008-11-05 10:23:25