Windows Server 2019 を実行する VM1 と VM2 という 2 つの Azure 仮想マシンがあります。VM1 と VM2 はそれぞれ、デフォルトの Microsoft SQL Server 2019 インスタンスをホストしています。VM1 には DB1 というデータベースが含まれており、これは D:\DB1.bak というファイルにバックアップされています。
次の構成を持つ Always On 可用性グループを展開する予定です。
* VM1 は DB1 のプライマリ レプリカをホストします。
* VM2 は DB1 のセカンダリ レプリカをホストします。
可用性グループ用に VM2 上にセカンダリ データベースを準備する必要があります。
Transact-SQL ステートメントをどのように完了する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。

正解:

Explanation:

Reference:
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/manually-prepare-a- secondary-database-for-an-availability-group-sql-server?view=sql-server-ver15 Basic Concept: This question tests high availability and disaster recovery design for Azure SQL, SQL Server on Azure VMs, and regional failure scenarios.
Why the selected answer is Correct: The selected values fit this scenario because they apply the required Azure SQL configuration at the correct scope and sequence: You need to prepare the secondary database on VM2 for the availability group.
Why the alternate choices are Wrong: The alternate choices do not satisfy the stated availability design because quorum and listener resources must match Azure failover-cluster behavior and the required SLA.