Skip to content

Instantly share code, notes, and snippets.

@AliceWaddicor
Created January 13, 2017 19:42
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 AliceWaddicor/9721c0bc1e1c08610751e9321a808c11 to your computer and use it in GitHub Desktop.
Save AliceWaddicor/9721c0bc1e1c08610751e9321a808c11 to your computer and use it in GitHub Desktop.
CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<password>';
CREATE DATABASE SCOPED CREDENTIAL ElasticDBQueryCred
WITH IDENTITY = '<username>',
SECRET = '<password>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment