Typo
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | COUNT([ComputedValue]) AS '# Samples', MIN([IntervalStartTime]) AS 'Start Time', | 2 | COUNT([ComputedValue]) AS '# Samples', MIN([IntervalStartTime]) AS 'Start Time', |
3 | MAX([IntervalEndTime]) AS 'End Time' | 3 | MAX([IntervalEndTime]) AS 'End Time' |
4 | FROM [dbo].[LoadTestComputedCounterSample] | 4 | FROM [dbo].[LoadTestComputedCounterSample] |
5 | WHERE [LoadTestRunId] = 5 AND [CategoryName] = N'LoadTest:page' | 5 | WHERE [LoadTestRunId] = 5 AND [CategoryName] = N'LoadTest:Page' |
6 | AND [CounterName] = N'Avg. Page Time' AND [InstanceName] = N'_Total' | 6 | AND [CounterName] = N'Avg. Page Time' AND [InstanceName] = N'_Total' |
7 | AND [IntervalStartTime] >= CONVERT ( DATETIME , '2017-10-20 15:10:00' , 102 ) | 7 | AND [IntervalStartTime] >= CONVERT ( DATETIME , '2017-10-20 15:10:00' , 102 ) |
8 | AND [IntervalEndTime] <= CONVERT ( DATETIME , '2017-10-20 15:15:00' , 102 ) | 8 | AND [IntervalEndTime] <= CONVERT ( DATETIME , '2017-10-20 15:15:00' , 102 ) |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment