Exit single-user mode

前端 未结 18 1056
离开以前
离开以前 2020-12-12 09:32

Currently, my database is in Single User mode. When I try to expand me database, I get an error:

The database \'my_db\' is not accessible.(ObjectExplo

18条回答
  •  爱一瞬间的悲伤
    2020-12-12 10:17

    Another option is to:

    • take the database offline; in SMSS, right click database and choose Take Offline, tick 'Drop all connections'
    • run ALTER DATABASE [Your_Db] SET MULTI_USER

提交回复
热议问题