We sometimes get jobs completed abnormally when a SQL operation is the victim of a deadlock. We would like to parse the output to search for the "deadlock victim" exact string in the error message, and rerun the failed job if so. Is this possible? ...