PrepAway - Latest Free Exam Questions & Answers

A company uses Azure SQL Database to store sales transaction data. Field sales employees need an offline copy

A company uses Azure SQL Database to store sales transaction data. Field sales employees need an offline copy of the database that includes last year’s sales on their laptops when there is no internet connection available.

You need to create the offline export copy.

Which three options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A. Export to a BACPAC file by using Azure Cloud Shell, and save the file to an Azure storage account

B. Export to a BACPAC file by using SQL Server Management Studio. Save the file to an Azure storage account

C. Export to a BACPAC file by using the Azure portal

D. Export to a BACPAC file by using Azure PowerShell and save the file locally

E. Export to a BACPAC file by using the SqlPackage utility

Explanation:
You can export to a BACPAC file using the Azure portal.
You can export to a BACPAC file using SQL Server Management Studio (SSMS). The newest versions of SQL Server Management Studio provide a wizard to export an Azure SQL database to a BACPAC file.
You can export to a BACPAC file using the SQLPackage utility.

Incorrect Answers:
D: You can export to a BACPAC file using PowerShell. Use the New-AzSqlDatabaseExport cmdlet to submit an export database request to the Azure SQL Database service. Depending on the size of your database, the export operation may take some time to complete. However, the file is not stored locally.

References:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-export


Leave a Reply