00:36:53 OR 02:13:45
This can easy be done using a T-SQL Statement like this:
CONVERT(nvarchar(64), EindDatum-StartDatum, 108) AS Duration |
So how does this look like in SQL Server?
00:36:53 OR 02:13:45
This can easy be done using a T-SQL Statement like this:
CONVERT(nvarchar(64), EindDatum-StartDatum, 108) AS Duration |
So how does this look like in SQL Server?
In my daily work, I need to calculate and report the age of people very …
http://codesimplified.com/2013/05/03/find-difference-between-2-dates-in-year-month-day-hour-minute-second-and-millisecond/