Hi Vinod
Thank for the reply. I had tried to execute the
-- Replace <storageaccountname> and <storageaccountkey> with actual values valid in your environment
CREATE DATABASE SCOPED CREDENTIAL AzureStorageCredential WITH IDENTITY = '<storageaccountname>',
SECRET = '<storageaccountkey>';
GO
command in a new query but it did give the error
"Incorrect syntax near 'AzureStorageCredential'.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon."
Like you said from what I can see and everything I've read it should be able to execute this on an APS database but it doesn't work on the ones on the APS server we have.
I was wondering what version of APS you're using please as there are a couple of objects in some of the other **Migrate APS/PDW to Azure Synapse Analytics playlist **videos that were not there so I can only think it might be because the APS server is an older version?