I need a solution
IHAC who wants to build a query to return all failed SQL jobs and include the database name. I have gotten that far.
The catch is...he wants it to also filter by retry attempt. He has jobs that fail on attempt one but finish on attempt 2.
He wants to filter those out. I know SQL well enough to write that query if I can find the database field to query by.
Any help is appreciated