Activity overview
Latest activity by lb483
Managed to implement a workaround. The list of alerts comes from the [alert].[Alert_Current] view so I added an additional WHERE clause to exclude the jobs I don't want to see and this solved my problem.
This is not recommended as it's changing the application's view but it works. / comments
Managed to implement a workaround. The list of alerts comes from the [alert].[Alert_Current] view so I added an additional WHERE clause to exclude the jobs I don't want to see and this solved my pr...
Hi Dan.
Thanks for the feedback. Unfortunately the jobs are created dynamically to indicate a failure in another part of the system. Consequently the option to de-select them from alerting would only work after the failure has been raised as an alert.
Do you have the query details that the alert runs? I could then create a custom alert which excludes those matching this naming convention.
Many thanks.
Peter / comments
Hi Dan.
Thanks for the feedback. Unfortunately the jobs are created dynamically to indicate a failure in another part of the system. Consequently the option to de-select them from alerting would on...
Is it possible to add a filter to the "Job failing" alert?
We have a number of jobs which fail by design but are all named appropriately to indicate this. Is it possible to add a filter to the "Job failing" alert so that these get ignored? Alternatively, i...