Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

System Database Transaction Log backups

Status
Not open for further replies.

GJP55

Technical User
Feb 2, 2003
220
GB

I have a Transaction Log Backup Scheduled Job that runs after office hours. This is always unable to backup the Transaction logs for the Master and Model Databases. Msdb is ok.

The log message doesn't give me any clues why, any idea's what could make this fail ?
 
Master is always in simple recovery mode so you cannot back up the tr log (one reason for not putting any user objects in it).

Model is used to create new databases so should not have any transactions in it.
I would recommend setting this to simple recovery so that any databases created have that as a default.


======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
 
Thanks for the advice. Has do the trick.
Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top