Got it!
For the record, here is how I did it:
---
SELECT EventTime, Message
FROM Orion.Events
WHERE Message LIKE '%EXAMPLETEXT%'
ORDER BY EventTime DESC
---
Simon
Got it!
For the record, here is how I did it:
---
SELECT EventTime, Message
FROM Orion.Events
WHERE Message LIKE '%EXAMPLETEXT%'
ORDER BY EventTime DESC
---
Simon