Apr 13, 2016
0
0
How To: Backup to SQL Server directly Azure Government Storage Account
You might run into some problems importing your Azure Government publish settings file into SQL Server. However you can still backup to Azure Government Storage Accounts using the Storage Account keys. Step 1: Create a credential USE master CREATE CREDENTIAL <name of cred> WITH IDENTITY='<the storage account name>', SECRET='<one of ...