Thank you for reaching out on the Redgate forums regarding your SQL Monitor export alerts inquiry.
Unfortunately, there is not a way to export alerts through SQL Monitor.
Whilst we don't support the direct querying of the data repository behind SQL Monitor; this query may help in locating the data that may be of use for you.
SELECT *, utils.TicksToDateTime(a.Raised) AS RaisedDateTime FROM alert.AlertCurrent AS a
WHERE a.AlertType = 25
Jon Kirkwood | Technical Support Engineer | Redgate Software
Answers
Hi @Jreed
Thank you for reaching out on the Redgate forums regarding your SQL Monitor export alerts inquiry.
Unfortunately, there is not a way to export alerts through SQL Monitor.
Whilst we don't support the direct querying of the data repository behind SQL Monitor; this query may help in locating the data that may be of use for you.