Does clicking interactive sort button in a column reporting services 2005 result re-execution of the query.
Or will it just re-print the rendered data in the layout and so perform better in comparison to the implementation which can be done using drill down to same report with the help of some extra parameters
Priyank
If the user session hasn't expired, interactive sorting doesn't result in re-executing of the query. The server simply re-uses the cached report.
|||I'd definately prefer the cache over generating another report. But if you feel so inclined, try both and time them to see which one is faster.|||
Thanks, I tried this, rendered data got re-printed without execution of query.
No comments:
Post a Comment