Restore SQL Server database backup to SQL Managed Instance

preview_player
Показать описание
This video describes how to restore a native SQL Server database backup file (.bak) and restore it to an Azure SQL Managed Instance database.

Chapters:
00:00 Introduction
00:26 Backup on-premises database to URL
00:48 Using Blob Storage account SAS token
02:13 Restore Azure SQL Managed Instance database from URL

Recommended content:
Рекомендации по теме
Комментарии
Автор

please make a video on, generating a .bak file from azure managed instance and restoring on local sql server. the bacpac file (80gb) is taking ages to restore, even jacked up the memory on the server to 300GB and increased the memoery used by sql instance to 250 GB

ahmedtambe
Автор

Questions:
1. I am working with existing backup files provided to me. Would it work to manually upload such a backup to the blob storage and then run the restore using the instructions you provided?
2. Does the "create credential" step have to be run each time, or is it a one-time thing (at least for as long as the credential lasts)?
3. Does the restore wizard work at all, or do you always have to use the command line?

johnbarone
Автор

Is it possible to restore the database differential backup files as well, or only full backups with Azure SQL Managed Instances?

Wakko