mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user