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?
The Definitive Guide to DAX: Business intelligence for Microsoft Power BI, SQL Server Analysis Services, …
http://codesimplified.com/2013/05/03/find-difference-between-2-dates-in-year-month-day-hour-minute-second-and-millisecond/