please flog me if I haven't searched thoroughly enough.....
I am wondering what would be better for performance:
Collect, aggregate and sort my data using SQL (WHERE, Group by, Order By statements in dataset) or just collect the 'naked' data and group, sort and filter in the report. (Filters on dataset, parameters and aggregating in the report)
Would using stored procedures be beneficial to performance?
Greetings,
Henro