Loading file from Azure Blob Storage into Azure SQL Database using BULK INSERT
Following this announcement https://azure.microsoft.com/en-gb/updates/preview-loading-files-from-azure-blob-storage-into-sql-database/ I tried the example as such provided in this GitHub sample and receiving the following error, -- Create credential with Azure Blob SAS CREATE DATABASE SCOPED CREDENTIAL xxxstorcred WITH IDENTITY = 'SHARED ACCESS SIGNATURE', SECRET = '?sv=2015-12-11&ss=bfqt&srt=sco&sp=rwdl&st=2017-03-14T17%3A52%3A00Z&se=2017-05-31T16%3A52%3A00Z&sig=f45435435TzrsdsdsdC8wonjDMBG0T0GJj717XetLEWReZ64eOrQE%3D'; -- Create external data source with with the roow URL of the Blob storage