Your company is assessing the migration of an on-premises Microsoft SQL Server database to Azure. The database relies on cross-database queries and SQL Server Agent jobs to perform nightly transactional processing. Which Azure SQL deployment option should you select to support these features with minimal modification to the database or application code?
- Azure SQL Managed InstanceCevap
- BAzure SQL Database single database
- CAzure SQL Database elastic pool
- DAzure SQL Database serverless
Cevap
Azure SQL Managed Instance
Azure SQL Managed Instance is designed for migrating on-premises SQL Server instances to Azure with minimal migration effort. It provides near-complete compatibility with the on-premises SQL Server database engine, including support for instance-level features such as SQL Server Agent, SQL Server Database Mail, Service Broker, and cross-database queries.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate Azure SQL deployment option during migration assessment based on database dependencies and instance-level features.