SQL Time(2) to Array in C#?

Posted by Jacob Huggart on Stack Overflow See other posts from Stack Overflow or by Jacob Huggart
Published on 2010-05-11T15:29:54Z Indexed on 2010/05/11 15:34 UTC
Read the original article Hit count: 213

Filed under:
|
|

Hello all,

I am using ASP MVC and SQL Server and I have a database that is updated intermittently with expected wait times for some event. Also, I am using some ajax and jquery. I need to display the average and maximum wait times. How can I take the entire list of time from the server and get the average time? Also, what would be the best method to simply grab a new time from the server when it is updated without having to pull the whole list again?

Thanks!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about sql