As per topic header, is it possible to Include t-ql query result set in notfication email ?
For example:
select * from table1 where condition = x
The monitor prob triggers an alert on any records found. Count > 0. Notification is delivered by email. Is it possible to include the query result in the notification email ?
(I understand this is not the best use of a COUNT trigger as values are ZERO or massive).
Thank you. Scott
Add comment