hi,
one of the query is having the below parameter
declare @StartDate DATETIME
select @StartDate= SWITCHOFFSET(CONVERT(DATETIMEOFFSET, (DATEADD(day, -1, GETDATE()))), '-10:00')
and we used startdate in where condition.It is taking login time 48 sec
↧