This file contains 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 | |
GO | |
sp_configure 'show advanced options', 1 | |
GO | |
RECONFIGURE WITH OVERRIDE | |
GO | |
sp_configure 'contained database authentication', 1 | |
GO | |
RECONFIGURE WITH OVERRIDE | |
GO | |
sp_configure 'show advanced options', 0 | |
GO | |
RECONFIGURE WITH OVERRIDE | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment