Error codes of SQL Backups

Whenever a Full,Differential and Transaction log backups which are handled through SQL Server Agent those logs also stored at eventviewer of Windows. You can check the information with the below EventID's

The below Event id's trigger when backup jobs got successes.
18270--Differential Backup
18265--Log backup
18264--Full Backup

If job fails the below even id's will get trigger.
995 means third party tool backups have been used.
18210-operating system 995 third party backups or disk space.
18204- Access denied 

Comments

Popular posts from this blog

System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out

Pre login Handshake or Connection Timeout Period

Transparent Data Encryption(TDE) with Master Key and Certificate in SQL Server