SET DB option taking very long to run

  • I am trying to set DB to read/write by using

    ALTER DATABASE mydb SET READ_WRITE

    its a small DB when comapred to other, but other db's doing quick. what might be the reason.

  • If there are other connections on the DB you will be blocked.

    Any change from read_only to read_write and viceversa requires exclusive access

    you either are the only one connected to it or kill all other connections to the make that change


    * Noel

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

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