After Restore database showing loading?

  • Hello All,

    I restored database from Network drive by UNC,but after restore

    it showing loading for last 2 hour,how can i bring database to normal mode.

    or should i wait it will come automatic to normal mode.

    should i restart server,

    someone told me to use

    sp_resetstatus SP to reset status,but this SP we use only to reset status from suspect status to normal or is it works with loading too.

    Please suggest.

    thanks

  • You just need to restore the database to became the online status, by running this script :

    restore database (DatabaseName) with recovery

    make sure the all log file has been restore (if you backup your log file)

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

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