Hello,
I am not a SQL expert, so any help is much appreciated.
Running the dbcc checkdb query finds the following errors in the database.
"CHECKDB found 0 allocation errors and 2 consistency errors in database 'Production'"
I also looked in the windows event logs and see the last time there weren't consistency errors was about 2 weeks ago.
Doing some Google searches, I can see that the best way to remedy this problem is to restore the DB from backups. Unfortunately, I don't have backups for each day since the problem began. Note, I am doing full backups each day, but the tapes are overwritten, except for the month end and then 5 Friday tapes are overwritten each week. So I have a Friday backup about 5 days before it happened, but not the daily transaction log backups for every day until the present, which I believe is what I need. Also, the recovery model is set to full.
It sounds like if I run a repair, then I will lose data. Is this always the case? Is it possible rebooting the server and running a chkdsk could fix this or is that just wishful thinking?
Thank you,
G