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/45c46dee2deff97656cd6ac0ca07cfb4 to your computer and use it in GitHub Desktop.
Save AliceWaddicor/45c46dee2deff97656cd6ac0ca07cfb4 to your computer and use it in GitHub Desktop.
CREATE EXTERNAL TABLE [dbo].[CustomerInformation]
( [CustomerID] [int] NOT NULL,
[CustomerName] [varchar](50) NOT NULL,
[Company] [varchar](50) NOT NULL)
WITH
( DATA_SOURCE = MyElasticDBQueryDataSrc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment