Trouble backing up our SQL Server transaction logs
Our SQL Server transaction logs have not been backing up, and I discovered it’s because a database was not selected in the maintenance plan. When I select the database and save it, however, it is not saving. It keeps reverting back to the previous option. Does anyone know why?

Software/Hardware used:
ASKED: February 6, 2009  7:13 PM
UPDATED: February 10, 2009  7:30 PM

Answer Wiki:
Sounds like your database is in SIMPLE recovery mode. Databases in SIMPLE recovery mode can not have there transaction log backed up, as the transaction log is truncated each time the database flushes the log changes to disk. In order to backup the transaction log for this database you will need to change the database recovery model from SIMPLE to BULK LOGGED of FULL. Hello, Do you know the recovery model of the database in question? To be able to backup the database's transaction log (allowing point in time recovery) it must be in full recovery mode. I expect it may be in simple mode (which will generate an error if you try and backup the log) and the maintenance plan's validation is stopping you from a selecting an incorrect configuration. If it is has a full recovery model please post back. Regards, SCM.
Last Wiki Answer Submitted:  February 10, 2009  6:18 am  by  SuperCoolMoss   140 pts.
All Answer Wiki Contributors:  SuperCoolMoss   140 pts. , Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Not sure why my answer was removed.

 64,520 pts.

 

Looks like our answers have been combined (I think we posted at similar times) .

It would be better if all accurate answers were shown separately (the ones with the most recs at the top maybe?).

Regards,

SCM.

 140 pts.