Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
0341
Starting Member
21 Posts |
Posted - 2007-08-14 : 08:40:24
|
When I backup one of my database as a part of a maintenance plan the backup fails. It succeeds for the other db's in the maint plan but when it comes to this particular db it fails. I can manually run a backup to the same backup destination listed in the maint plan. Any suggestions would be greatly appreciated. |
|
ashley.sql
Constraint Violating Yak Guru
299 Posts |
Posted - 2007-08-14 : 08:42:05
|
check the size of the log file of that database which fails to backup.Ashley Rhodes |
 |
|
0341
Starting Member
21 Posts |
Posted - 2007-08-14 : 08:56:47
|
It is only 1.4GB This is actually smaller than the other two db's. Also I forgot to mention that the full backup works. It is the transaction log that fails. |
 |
|
TonyTheDBA
Posting Yak Master
121 Posts |
Posted - 2007-08-14 : 12:00:14
|
What is the recovery mode of the database? if you are in Simple mode then Transaction Log Backups will fail.-- RegardsTony The DBA |
 |
|
0341
Starting Member
21 Posts |
Posted - 2007-08-14 : 13:00:18
|
Thank you Tony that was it. |
 |
|
|
|
|