Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created January 2, 2017 04:52
Show Gist options
  • Save bouassaba/0cd845bffd8abcca8d6d32b43db01387 to your computer and use it in GitHub Desktop.
Save bouassaba/0cd845bffd8abcca8d6d32b43db01387 to your computer and use it in GitHub Desktop.
SQL Server disable single user mode for db
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