Quantcast
Channel: THWACK: All Content - Network Performance Monitor
Viewing all articles
Browse latest Browse all 21870

Custom Query Issues

$
0
0

When I run the following query. It works, but too many results to load quickly.

SELECT ToLocal(EventTime) AS EventTimeLocal, Message

FROM Orion.Events

WHERE EventType = '14'

ORDER BY EventTime DESC

 

This query is missing the recent events, but loads quickly
SELECT TOP 50 ToLocal(EventTime) AS EventTimeLocal, Message

FROM Orion.Events

WHERE EventType = '14'

ORDER BY EventTime DESC


Viewing all articles
Browse latest Browse all 21870

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>