Here is the query used to Close alerts via the SQL DB
UPDATE MMTICKETS SET OPTIONS = 1 where STATUS IN ('failed', 'unanswered', 'error', 'canceled', 'notaccepted')
Here is the query used to Close alerts via the SQL DB
UPDATE MMTICKETS SET OPTIONS = 1 where STATUS IN ('failed', 'unanswered', 'error', 'canceled', 'notaccepted')