August 27, 2009 at 11:25 am
Hello:
In my database, I have two columns that show a start time and end time. Ultimately I want to show the start time, stop time, and duration (start - stop) in my report. So do I add another column in my view on the db side, or do I do the math on the reporting services side.
I would think that the less data I 'generate' the better, but wasn't sure if the db is more efficeint at crunching numbers than the RptServer, thus outweighing the transfer of extra data.
Note: The database and the Report Services (and IIS) are all on the same computer.
Thank you.
August 27, 2009 at 11:28 am
There's really only one way to know for sure... try both with Profiler running. Select the one that uses the fewest resources for CPU and Reads. Both should be very fast, though. The deciding factor will be the number of resources used on the server, though.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply