Microsoft
70-432 · Question #212
You administer a Microsoft SQL Server 2008 R2 instance. The database has been marked as suspect. You need to place the database into an EMERGENCY state for troubleshooting. What should you do?
The correct answer is G. Use the ALTER DATABASEstatement along with the SET EMERGENCYclause. See the full explanation below for the reasoning.
Question
You administer a Microsoft SQL Server 2008 R2 instance. The database has been marked as suspect. You need to place the database into an EMERGENCY state for troubleshooting. What should you do?
Options
- AExecute sp_helpfile.
- BExecute DBCC CHECKDB.
- CExamine the msdb..suspect_pagestable.
- DExecute DBCC CHECKDBalong with the REPAIR_FASTclause.
- EExecute DBCC CHECKDBalong with the REPAIR_REBUILDclause.
- FRestore the database from the most recent full backup. Apply any differential and log backups.
- GUse the ALTER DATABASEstatement along with the SET EMERGENCYclause.
- HUse the RESTORE DATABASEstatement along with the PAGESclause.
How the community answered
(44 responses)- A2% (1)
- B2% (1)
- D5% (2)
- E7% (3)
- G84% (37)
Community Discussion
No community discussion yet for this question.