mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Updated Belgrade Product catalog Demo in new folder
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
SELECT * FROM Logs
|
||||
|
||||
SELECT JSON_VALUE(LogEvent, '$.Properties.RequestPath') as Url, *
|
||||
FROM Logs
|
||||
WHERE Level = 'Error'
|
||||
|
||||
SELECT
|
||||
JSON_VALUE(LogEvent, '$.Properties.RequestPath') as Url,
|
||||
AVG( CAST(JSON_VALUE(LogEvent, '$.Properties.ElapsedMilliseconds') as float) ) as milliseconds
|
||||
FROM Logs
|
||||
WHERE JSON_VALUE(LogEvent, '$.Properties.RequestPath') IS NOT NULL
|
||||
--AND Timestamp BETWEEN '2017-01-09' AND '2017-01-10'
|
||||
GROUP BY JSON_VALUE(LogEvent, '$.Properties.RequestPath')
|
||||
@@ -1,5 +0,0 @@
|
||||
<configuration>
|
||||
<runtime>
|
||||
<gcServer enabled="true"/>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user