How to check % of recovering of database.

  • Hi proff,

    Unforyunately one of our production server gonna in recovery mode after disk rebuild.

    I know it can be checked through error log how much % is completed or recovered (rollbacked/forwarded)

    But i want such queryso that i can find out how much % of the database is recovered yet.

    Please reply urgent.

    We have to recover within 1hour.

  • select percent_complete from sys.dm_exec_requests where command like '%restore%'

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply