Restore Database Backup from Azure Storage URL
In this topic we will restore a database from an on-premises backup apply to restoring a database from a cloud backup file. Before you start the Restore Database Process from Azure Cloud Storage,You need Azure Storage Account, Account Key,and Credential Create Credential CREATE CREDENTIAL AzureStorageCred WITH IDENTITY = ‘dbproxazurestorage’ ,SECRET = ‘HJjm/dfds+MFFmpBLQwiWR+fdsafadfsd+XDAz8uLX/asdasssdfgdsfdsfas==’; Right Click the […]