Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Database in Recovery Pending State

    If your database is in Recovery Pending mode due to any reason, don't worry execute the following code you can fix it.

    ALTER DATABASE database_Name

    SET EMERGENCY;

    Go

    ALTER DATABASE Database_Name

    SET SINGLE_USER

    USE MASTER

    dbcc...

Viewing post 1 (of 1 total)