Restore SQL Server DB backup from Azure Blob into SQL Server Managed Instance using T-SQL

Restore Bak File from Blob to Azure Manged Instance.
Generating SAS Token for Blob Container.
CREATE CREDENTIAL credential_nameWITH IDENTITY = 'identity_name'[ , SECRET = 'secret' ][ FOR CRYPTOGRAPHIC PROVIDER cryptographic_provider_name ]
  1. https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/restore-sample-database-quickstart
  2. https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/sql-server-backup-and-restore-with-microsoft-azure-blob-storage-service?view=sql-server-ver15

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store