When work every day with sql database, sometimes happens curious cases: database consistency errors reported by DBCC CHECKB. This error my SQL Server 2008 showed me after opening the database. Any variants with sql server recovery tools or manuals.
i haven’t had nothing similar
Collapse
X
-
When you work with sql database, all the data is copied to backup copy. Check it out. If you don’t have valid backup, then look at https://repairsql.recoverytoolbox.com/ software supports even huge databases
Comment