Microsoft
70-432 · Question #214
You administer a Microsoft SQL Server 2008 R2 instance. You need to ensure that no suspect pages have been detected in your database. What should you do?
The correct answer is C. Examine the msdb..suspect_pagestable. See the full explanation below for the reasoning.
Question
You administer a Microsoft SQL Server 2008 R2 instance. You need to ensure that no suspect pages have been detected in your database. 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.
- GUse the ALTER DATABASEstatement along with the SET EMERGENCYclause.
- HUse the RESTORE DATABASEstatement along with the PAGESclause.
How the community answered
(48 responses)- A4% (2)
- B2% (1)
- C79% (38)
- E10% (5)
- G4% (2)
Community Discussion
No community discussion yet for this question.