Microsoft
DP-300 · Question #370
Drag and Drop Question You have an Azure virtual machine named Server1 that contains an instance of Microsoft SQL Server 2022 named SQL1. SQL1 contains two databases named DB1 and DB2. You need to tak
Sign in or unlock DP-300 to reveal the answer and full explanation for question #370. The question stem and answer options stay visible for context.
Submitted by yuki_2020· Mar 6, 2026Plan and configure a high availability and disaster recovery (HA/DR) environment
Question
Drag and Drop Question You have an Azure virtual machine named Server1 that contains an instance of Microsoft SQL Server 2022 named SQL1. SQL1 contains two databases named DB1 and DB2. You need to take a snapshot backup of DB1 and DB2. The backup must NOT disrupt the backup chain and must NOT affect other databases. Which three Transact-SQL commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order. Answer:
Exhibit
Answer Area
Drag items
BACKUP GROUP db1, db2
TO DISK = 'd:\temp\db.bkm'
WITH METADATA_ONLY, FORMAT;BACKUP SERVER
TO DISK = 'd:\temp\db.bkm'
WITH METADATA_ONLY, FORMAT;ALTER SERVER CONFIGURATION
SET SUSPEND_FOR_SNAPSHOT_BACKUP = ON
(GROUP = (db1, db2), MODE = COPY_ONLY);ALTER SERVER CONFIGURATION
SET SUSPEND_FOR_SNAPSHOT_BACKUP = ON
(GROUP = (db1), (db2));ALTER SERVER CONFIGURATION
SET SUSPEND_FOR_SNAPSHOT_BACKUP = OFFALTER SERVER CONFIGURATION
SET SUSPEND_FOR_SNAPSHOT_BACKUP = ON;
Unlock DP-300 to see the answer
You've previewed enough free DP-300 questions. Unlock DP-300 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SQL Server Backup#Snapshot Backup#T-SQL#High Availability / Disaster Recovery (HA/DR)
