Microsoft
Software
Hardware
Network
Question : SQL Maintenance Plan: Transaction Log Backup failing
I am running maintenance jobs on my database and the transaction log backup is failing. Any thoughts?
Answer : SQL Maintenance Plan: Transaction Log Backup failing
To resolve DB Maintenance Plan failed with Error 22029.
CAUSE:
Selecting the "Backup the transaction log as part of the maintenance plan" option directs SQLMaint.exe to execute a BACKUP LOG command on each database in the plan. Issuing a BACKUP LOG command against a database in SIMPLE recovery model causes the Database Maintenance Plan failed with Error 22029.
Selecting Attempt to repair any minor problems check Box in the Database Maintenance Plan Integrity will also cause the Database Maintenance Plan failed with Error 22029.
WORKAROUND:
Open
Properties and select
.
Uncheck [ ] the Attempt to repair any minor problems check box.
Uncheck [ ] the Back up the transaction log of the database as part of the maintenance plan check box if the database that youre backing up, is in the Simple Recovery Model.
NOTE:
Do not perform transaction log backups in DB Maintenance Plan for database that is in SIMPLE Recovery Model.
(see
http://support.microsoft.c
om/default
.aspx?scid
=kb;en-
us;
264194
)
Random Solutions
Extracting a list of Mailbox Sizes
Snap to guides in Illustrator 9?
Lotus Notes: "NSD is running" error
teenager mysteriously obtaining administrator rights
xp_sendmail, with attachment, Operating System Error 5
Monitoring Xen VPS's
Dreamweaver MX pop-up menus hidden behind .swf
MYOB - Move program to new hdd - no cd available
SUMPRODUCT and ISNUMBER(MATCH
Use a SSIS package to query a .xls file, manipulate the data, then push to an Access2003 table (only landing on disk 1 time)