This commit is contained in:
Frederic Luchting
2017-10-13 22:21:38 +02:00
parent 3bb38aaa84
commit a4005bd4b3
@@ -34,7 +34,7 @@
* (optionally add credential) *
********************************************************************************/
-- Create external data source with with the roow URL of the Blob storage Account and associated credential (if it is not public).
-- Create external data source with the URL of the Blob storage Account and associated credential (if it is not public).
CREATE EXTERNAL DATA SOURCE MyAzureBlobStorage
WITH ( TYPE = BLOB_STORAGE,
LOCATION = 'https://sqlchoice.blob.core.windows.net/sqlchoice/samples/load-from-azure-blob-storage',