How can i export Alerts to give to a developer for review?

How can i export Alerts to give to a developer for review?
Tagged:

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.

    SELECT *, utils.TicksToDateTime(a.Raised) AS RaisedDateTime FROM alert.AlertCurrent AS a
    WHERE a.AlertType = 25

     

    Jon Kirkwood | Technical Support Engineer | Redgate Software
  • griffincollins11griffincollins11 Posts: 1 New member
    edited January 24, 2025 8:31AM
    To export alerts for a developer, you can usually use the export or download feature in the alert management tool you're using. Look for options like 'Export to CSV' or 'Download Report.' Once exported, you can share the file with the developer for review. If you're not seeing an export option, providing screenshots or copying the details manually could work as a backup. What tool or system are you using for alerts? horror games
Sign In or Register to comment.