Skip to content

Instantly share code, notes, and snippets.

@AliceWaddicor
Created January 13, 2017 19:41
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/7c97d94b3272e62ed678e82b0cda7951 to your computer and use it in GitHub Desktop.
Save AliceWaddicor/7c97d94b3272e62ed678e82b0cda7951 to your computer and use it in GitHub Desktop.
CREATE EXTERNAL DATA SOURCE MyElasticDBQueryDataSrc WITH
(TYPE = RDBMS,
LOCATION = <server location>,
DATABASE_NAME = 'Customers',
CREDENTIAL = ElasticDBQueryCred,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment