I try to run DBCC CHECKDB with repair option it says "Attempt to BEGIN TRANSACTION in database 'testdb' failed because database is in BYPASS RECOVERYmode"
If I try to reset the status, the database again goes in Suspect state and it seems DBCC commands don't run on database in Suspect state.
Does anybody know how to recover the database in this Mode? Is there any other way to repair it?