The most recent content from our members.
I have adapted one of the custom alert queries I found here and was able to edit it to my needs and get it work. However I am stuck on one piece and I hope to get some help. I have a Where Clause that will filter out alert that I do not want to see "where o.AlertConfigurations.Name not like 'alert I don't want to see'"…
I noticed a spike in our alerts and wanted to come up with a query that would help identify what Alert was causing the spike. Here is a simple SQL query that with a customization of the date you'll be able to see a breakdown of alerts by alert name sorted by their trigger count SELECT DISTINCT([Name]), COUNT(AlertID) AS…
It looks like you're new here. Sign in or register to get started.