• Received the same message:

    DBCC CHECKDB

    ( 'MyDatabase' , REPAIR_ALLOW_DATA_LOSS

    ) WITH ALL_ERRORMSGS

    Server: Msg 3908, Level 16, State 1, Line 1

    Could not run BEGIN TRANSACTION in database 'MyDatabase' because the database is in bypass recovery mode.

    Do you know a way to get around this? I am not sure why it is trying to use a 'begin transaction'

    I know it is NOT possible to rollback the repair --- so I don't get it.