i am running SQL server with an asp website. I am wondering what the best method is for executing simple mathmatical formulas on the data being passed between the webpage and the database. Stored procedures? scripting? or design some sort of application to run 24/7 on the server?
Any information is greatly appreciated