Hello,
I would like to set up an alert that will send an email with information retrieved by a SQL query. Below is the SQL that retrieves information from all table. My main request is to have the actual 'Status' value that the poller retrieved the time that was triggered and send the value.
SELECT TOP 1000 * FROM [dbo].[CustomPollerStatistics_Detail]
where custompollerassignmentid = 'e755f110-28a4-49cc-93ce-d2db6c94bcf1'
Can you inform me what is the SQL variable query that needs to be assigned? If you need further information, please let me know.
thank you.