Incorrect syntax near 'BLOB_STORAGE'.
Rahul Kumar
0
Reputation points
Hello,
I had created a Credential using the following Query. The credential got added successfully.
-- CREATE DATABASE SCOPED CREDENTIAL TradeGeekBlobCredential
-- WITH IDENTITY = 'SHARED ACCESS SIGNATURE',
-- SECRET = 'MYSECRET';
Later, I am trying to add an external source to the Scope but it is giving me the a syntax error. How can i fix this? I am using SQL server-less pool with user defined database 'main'.
Sign in to answer