Hello all,
I am trying to write an ASP script that will pull data from MSSQL, then display that data on a webpage. I want to total some of the columns at the end of the report.
Would it be better to perform the total calculations in SQL or should I just do it in ASP?
Thanks!