Database Restoring

  • Hi All,

    How to set Database restoring mode to normal mode?

    Thanks,

    RR

  • Just execute a restore command with the RECOVERY option.

    RESTORE DATABASE [{databasename}] WITH RECOVERY

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • Thanks for your reply, it is working.

    thanks.

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

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