Created
January 2, 2017 04:52
-
-
Save bouassaba/0cd845bffd8abcca8d6d32b43db01387 to your computer and use it in GitHub Desktop.
SQL Server disable single user mode for db
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE MASTER; | |
ALTER DATABASE [my_db] SET MULTI_USER | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment