The most recent content from our members.
DECLARE @StartDate DateTime DECLARE @EndDate DateTime DECLARE @StartHour INT DECLARE @EndHour INT SET @StartDate = '2018-03-01' SET @EndDate = '2018-04-01' SET @StartHour = 6 SET @EndHour = 17 -- Putting @EndHour = 17 will include 17:59 or 5:59 PM SELECT @StartDate AS Start_Date, @EndDate AS End_Date,…
Hello Guys, I created one report from report manager. after download report showing the utilization can you tell me 95th and 90th percentile ?? Regards, kishore
It looks like you're new here. Sign in or register to get started.