What should you do?

You have a database named DB1.
You discover that DB1 is corrupt.
You run DBCC CHECKDB and receive an error message within a few seconds. No pages are listed in the error message.
You need to repair the database corruption as quickly as possible. The solution must minimize data loss.
What should you do?
A. Run DBCC CHECKDB (‘db1’, REPAIR_ALLOW_DATA_LOSS).
B. Run DBCC CHECKDB (‘db1’, REPAIR_FAST).
C. Delete the transaction logs and restart the Microsoft SQL Server instance.
D. Run DBCC CHECKDB (‘db1’, REPAIR_REBUILD).
E. Restore the database from a backup.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.