複数のデータベースをホストする、SQL1 という名前のオンプレミスの Microsoft SQL Server インスタンスがあります。 SQLMI1 という名前の Azure SQL マネージド インスタンスを含む Azure サブスクリプションがあります。 Azure Data Studio を使用して、SQL1 データベースから SQLMI1 へのオフライン移行を実行する必要があります。 SQL1 に何をインストールすればよいですか?
正解:C
Migrate SQL Server to Azure SQL Managed Instance with DMS You can use Azure Database Migration Service (DMS) and the Azure SQL migration extension in Azure Data Studio to migrate databases from a SQL Server instance to Azure SQL Managed Instance with minimum downtime. Prerequisites include: * Provide an SMB network share, Azure storage account file share, or Azure storage account blob container that contains your full database backup files and subsequent transaction log backup files. Database Migration Service uses the backup location during database migration. * If your database backups are on a network file share, provide a computer on which you can install a self-hosted integration runtime to access and migrate database backups. The migration wizard gives you the download link and authentication keys to download and install your self- hosted integration runtime. * If you use a self-hosted integration runtime, make sure that the computer on which the runtime is installed can connect to the source SQL Server instance and the network file share where backup files are located. Reference: https://learn.microsoft.com/en-us/data-migration/sql-server/managed-instance/database- migration-service?tabs=offline-with-extension