Skip to content

Instantly share code, notes, and snippets.

@techknowhow
Created November 7, 2018 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techknowhow/84ea8593409793abc998e6f74fb5d33d to your computer and use it in GitHub Desktop.
Save techknowhow/84ea8593409793abc998e6f74fb5d33d to your computer and use it in GitHub Desktop.
SQL Query to enable Contained Database Authentication
sp_configure'contained database authentication', 1;
GO
RECONFIGURE;
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment