V-79-40960-37914 - Database DATABASENAME is configured to maintain transaction logs. Transaction log backups are not being performed. This will result in the log growing to fill all available disk space. Regular log backups should be scheduled or the database should be changed to the simple recovery mode.
This exception is generated after a backup has been performed of SQL databases that are set with a Recovery Model of "Full" or "Bulk-logged". However, if it is set to "Simple" , it will not generate an exception. This setting is configured by accessing the database properties >>> Option on SQL Server.
When it is set to "Full", the transaction logs will be managed by Backup Application. When it is set to "Simple", transaction logs will be managed by SQL itself. The drawback with setting it to "Simple" is it will not allow point in time recovery for the database. Therefore, the recommended setting is "Full" or " Bulked".
This exception will not occur on every backup of a SQL database. The behavior on each version of Backup Exec is as follows.
BackupExec 21 or later:
This exception is generated when the 33rd Full backup of SQL Databases completes if the databases have the considerable size (over 5000 pages). The exception will be displayed again when the databases increase continuously until the transaction logs are backed up.
The exception is designed to help customers manage the size of SQL databases and transaction logs. Veritas recommends scheduling regular log backups of databases. This will help keep the transaction logs at a manageable size.
For more information about SQL Recovery Modes, please visit the following Microsoft TechNet article below:
http://technet.microsoft.com/en-us/library/ms189272.aspx