我需要解决方案
I just created a new backup job on a sql server in BE2012. I ran a full backup yesterday and it completed successfuly with no exceptions. My first incremental job ran tonight and I had 3 exceptions. They were as follows:
Backup- servername.domain.com\SQLSERVERV-79-57344-33960 - A log backup was attempted on database ReportServer$SQLSERVER that is not configured to support log backups. To change the configuration, use the SQL administration tools to set the recovery mode to Full. A new full backup should be performed if this setting is changed before a log backup is run.
V-79-57344-33960 - A log backup was attempted on database ReportServer$SQLSERVERTempDB that is not configured to support log backups. To change the configuration, use the SQL administration tools to set the recovery mode to Full. A new full backup should be performed if this setting is changed before a log backup is run.
V-79-57344-33960 - A log backup was attempted on database SAMS2K_TEST that is not configured to support log backups. To change the configuration, use the SQL administration tools to set the recovery mode to Full. A new full backup should be performed if this setting is changed before a log backup is run.
How do I fix it so I don't get these exceptions, but maintain the integreity of my back up. Thanks