Microsoft
DP-300 · Question #425
You have an Azure subscription that contains a Microsoft SQL Server 2022 on Windows Server 2022 virtual machine named Server1. Server1 contains a database named DB1. You need to back up DB1. The solut
Sign in or unlock DP-300 to reveal the answer and full explanation for question #425. The question stem and answer options stay visible for context.
Submitted by mateo_ar· Mar 6, 2026Perform administration by using T-SQL
Question
You have an Azure subscription that contains a Microsoft SQL Server 2022 on Windows Server 2022 virtual machine named Server1. Server1 contains a database named DB1. You need to back up DB1. The solution must meet the following requirements: - Minimize how long it takes to perform the backup. - Minimize the performance impact on Server1. Which T-SQL statement should you run?
Options
- ABACKUP LOG db1 TO URL
- BBACKUP DATABASE db1 WITH FILE_SNAPSHOT TO URL
- CBACKUP DATABASE db1 TO URL
- DBACKUP DATABASE db1 TO DISK
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
#log backup#backup performance#T-SQL backup#URL backup