Maintain Transaction Logs.
Hello Gents/Ladies,
I have been having issues with my backup job lately and it is with regards to SQL Server backups.
I have been getting the follow error messages and I am unsure how to resolve this issue on both of our Full to Tape as well as Differential to Tape:
V-79-40960-37914 - Database ProspectTracker 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.
V-79-40960-37914 - Database ReportServer 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.
What I do know is that my boss does not want to change our Database ReportServer to simple recovery mode. Therefore, if someone can provide some light into this issue that would be helpful.
Sincerely,
Vinh Dang
Since you maintain transaction logs, you need to clear the logs. Otherwise they will grow and fill up your disks. See my article below on how to backup and clear your transaction logs.
https://www-secure.symantec.com/connect/articles/how-backup-sql-logs-and-truncate-them-be-2012