Hi,
My maintenance plain is:
- recovery full
- complete backup at 12:10
- log backup every hour
I ran dbcc checkdb and repair_allow_data_loss was the minimum repair level for the errors found.
So I decide do restore the backup. I restored the backup and I ran dbcc again: repair_allow_data_loss was the minimum repair level for the errors found.
I tried to restore only the full backup (I didn't restore the logs), and DBCC gave the same msg.
How be sure that my database have no erros before make the backup? Is this necessary? What can I do?
Thanks (and sorry my bad English),
Roberto Cota