Which of the following will show you a history of job errors that have occurred in jobs scheduled to run in an SQL Server 2012 installation?

Which of the following will show you a history of job errors that have occurred in jobs scheduled to run in an SQL Server 2012 installation?
A. Look at the sys.all_job_hist table.
B. In Management Studio, navigate to SQL Server Agent -> Error Logs and look at the log for the corresponding date.
C. Open the c:errorjob.log file and search for the particular job and the errors you wish to view.
D. You must use T-SQL to write a job-logging procedure to monitor jobs.

microsoft-exams

2 thoughts on “Which of the following will show you a history of job errors that have occurred in jobs scheduled to run in an SQL Server 2012 installation?

  1. To view the job history log
    1.In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance.
    2.Expand SQL Server Agent, and then expand Jobs.
    3.Right-click a job, and then click View History.
    4.In the Log File Viewer, view the job history.
    5.To update the job history, click Refresh. To view fewer rows, click the Filter button and enter filter parameters.
    https://docs.microsoft.com/en-us/sql/ssms/agent/view-the-job-history?view=sql-server-2017#SSMS

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.