1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Merge pull request #303 from nulllogicone/master

Fix typo
This commit is contained in:
Jos de Bruijn
2017-10-13 13:26:36 -07:00
committed by GitHub

View File

@ -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',