
This section describes how to check backups with SQL Server Management Studio.
Prerequisites
You use the SQL Server Agent which is responsible for scheduling and executing jobs. It provides information about all scheduled jobs and their current status.
If a backup is not scheduled to run at a specific time, it is not registered as a job. Therefore it is not visible in the job overview or job history. You will only find information in the SQL Server Error Log. For more information, seeViewing the Error Log with SQL Server Management Studio.
Procedure
An overview of all scheduled jobs is displayed.
The Job Properties window appears with all the details about the job. It provides general information about the particular steps of the job, job schedules, alerts, notification and target server information for that particular job.
A new window with all the jobs in the left pane and the log summary of the selected job in the right-hand pane opens. You can view the individual steps of each step when expanding it with the + button. The details of the selected job step are displayed in the right-hand bottom window.
You should never clear the job history manually as this permanently deletes the information. By default, a maximum of 100 execution histories is kept for one SQL Server job and a maximum of 1000 histories for all jobs together.
If you want to increase these values, you must modify the SQL Server Agent Properties as follows: Right-click the SQL Server Agent and choose Properties. In the SQL Server Agent Properties window, select History. Make sure that the setting for Maximum job history log size is always set to at least 10 times of that of Maximum job history rows per job. The history entries are stored in the msdb database.