From a4005bd4b3a67b7bc3f806f3f79c4dd85a96e34e Mon Sep 17 00:00:00 2001 From: Frederic Luchting Date: Fri, 13 Oct 2017 22:21:38 +0200 Subject: [PATCH] Fix typo --- .../load-from-azure-blob-storage/LoadFromAzureBlobStorage.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-bulk-load/load-from-azure-blob-storage/LoadFromAzureBlobStorage.sql b/samples/features/sql-bulk-load/load-from-azure-blob-storage/LoadFromAzureBlobStorage.sql index 93235dc3..b957fea2 100644 --- a/samples/features/sql-bulk-load/load-from-azure-blob-storage/LoadFromAzureBlobStorage.sql +++ b/samples/features/sql-bulk-load/load-from-azure-blob-storage/LoadFromAzureBlobStorage.sql @@ -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',