Hello, I am using C# and would like to find the difference in time between to fields in SQL 2005. My fields are in the timedate format in SQL 2005
e.g.
Starttime = "2010-02-07 19:33:53.000"
Endtime= "2010-02-07 19:34:14.000"
too bad it isn't easy like this: Elapsedtime = Starttime - Endtime
I'd like the result to be in hh:mm
...
Go to the complete details ...