April 22, 2013 at 12:49 am
I dont have the backup when we ran the dbcc check db got the data consistency errors , how can we bring back the database with out data loss ?
April 23, 2013 at 4:34 am
Depends what CHECKDB is telling you. If it's saying that the minimum requirement to fix the problems is REPAIR_ALLOW_DATA_LOSS then, with no backups, you can't (or are very unlikely, at any rate) to get that database repaired without losing some data--which is why you should have been backing it up in the first place, of course.
April 23, 2013 at 4:39 am
Run the following, post the full, complete and unedited output.
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
No clean backups at all? Someone's not doing their job properly.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy