Activity overview
Latest activity by tlovie
I think I understand why it was failing on these databases.... dbcc checkdb was not coming back clean. Once I rectified that, the backups are fine. / comments
I think I understand why it was failing on these databases.... dbcc checkdb was not coming back clean. Once I rectified that, the backups are fine.
How would I do that... they are ~ 2GB. I don't think I could email it. / comments
How would I do that... they are ~ 2GB. I don't think I could email it.
I've done some more testing on this, and when I change the compression level to 1, it starts working. It also fails with a different error on compression level 3. / comments
I've done some more testing on this, and when I change the compression level to 1, it starts working. It also fails with a different error on compression level 3.
SQL Backup failure on verify step
I recently tried to restore a backup of a database that was created with SQL backup and I was not successful. It's a development system, so it wasn't really important and I was able to recover by r...