In SQL server if you have columns which are of Date/Time type then sometimes you need to find their difference for passing into the application when needed. So for doing that SQL Server provides a ...
We use the durabletask-mssql extension for Azure Functions in a multi-tenant database. We use user connection strings to separate our tenants, which are Live Dev Env, Live Test Env, and individual ...
, DATEDIFF(SS, T3.backup_start_date, T3.backup_finish_date) AS Bkp_Time_Sec , CONVERT(VARCHAR(8), DATEADD(s, DATEDIFF(SS, T3.backup_start_date, T3.backup_finish_date ...