Microsoft
DP-300 · Question #61
Hotspot Question You have an Azure SQL Database managed instance named sqldbmi1 that contains a database name Sales. You need to initiate a backup of Sales. How should you complete the Transact-SQL st
Sign in or unlock DP-300 to reveal the answer and full explanation for question #61. The question stem and answer options stay visible for context.
Submitted by daniela_cl· Mar 6, 2026Perform administration by using T-SQL
Question
Hotspot Question You have an Azure SQL Database managed instance named sqldbmi1 that contains a database name Sales. You need to initiate a backup of Sales. How should you complete the Transact-SQL statement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:
Exhibit
Answer Area
- BACKUP DATABASE SalesTO DISK = '\\BackupSystem\\BackupDisk1\\Sales.bak'TO DISK = 'X:\\BAK\\Sales.bak'TO 'Sales_Backup'TO URL = 'https://storage1.blob.core.windows.net/blob1/Sales.bak'
- WITH STATS = 5,WITH COPY_ONLY;WITH ENCRYPTION;WITH FILE_SNAPSHOT;WITH NO_TRUNCATE
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
#Azure SQL Managed Instance#database backup#backup to URL#T-SQL backup
