AZ-400 · Question #85
Case Study 3 - Woodgrove Bank Overview General Overview Woodgrove Bank is a financial services company that has a main office in the United Kingdom. Technical Requirements and Planned Changes Planned
The correct answer is B. BACPAC. The initial databases for new environments must contain both schema and reference data. When you need to export a database for archiving or for moving to another platform, you can export the database schema and data to a BACPAC file. A BACPAC file is a ZIP file with an extension
Question
Options
- ANDF
- BBACPAC
- CDACPAC
- DMDF
How the community answered
(25 responses)- A4% (1)
- B92% (23)
- C4% (1)
Explanation
The initial databases for new environments must contain both schema and reference data. When you need to export a database for archiving or for moving to another platform, you can export the database schema and data to a BACPAC file. A BACPAC file is a ZIP file with an extension of BACPAC containing the metadata and data from the database. A BACPAC file can be stored in Azure Blob storage or in local storage in an on-premises location and later imported back into Azure SQL Database, Azure SQL Managed Instance, or a SQL Server instance. https://docs.microsoft.com/en-us/azure/azure-sql/database/database-export
Community Discussion
No community discussion yet for this question.