SQL DBA _Find Failed Jobs in 24 Hours
Sript performs the same function as the one above but it displays failure date, job name, step id, step name and error message. SELECT DISTINCT CAST(CONVERT(datetime,CAST(run_date AS char(8)),101) AS char(11)) AS 'Failure Date', SUBSTRING(T2.name,1,40)...