A medical group is planning to migrate a local relational database to the cloud. The database contains several legacy features, including SQL Server Agent jobs and cross-database queries across two databases. You need to recommend a fully managed database solution that minimizes management overhead while supporting these features. Which Azure SQL deployment option should you select?
- AAzure SQL Database (Single Database)
- BAzure SQL Database Elastic Pool
- Azure SQL Managed InstanceAnswer
- DSQL Server on Azure Virtual Machines
Answer
Azure SQL Managed Instance
Azure SQL Managed Instance provides near-100% compatibility with the SQL Server database engine, including support for SQL Server Agent and cross-database queries. Because it is a fully managed platform-as-a-service (PaaS), it also minimizes administrative overhead by automating patching, backups, and high availability.
Step-by-Step Solution
Key Concept
Selecting the correct Azure SQL service based on compatibility with instance-level features and administrative management overhead.
Estimated Time:45s