A manufacturing company is planning the migration of two on-premises databases to Azure. The migration requirements for each database are as follows:
* **Database (Operations)**: Requires native SQL Server Agent for scheduling jobs, cross-database queries to databases on the same server, and support for Common Language Runtime (CLR) modules.
* **Database (Telemetry)**: Requires storage that can scale up to . The database experiences high-frequency write operations, and backups must finish in less than without impacting application performance.
Which two database solutions should you recommend to meet these requirements? (Select two.)
- Azure SQL Managed Instance for Database Cevap
- Azure SQL Database Hyperscale for Database Cevap
- CAzure SQL Database single database for Database
- DAzure SQL Database Business Critical for Database
Cevap
Azure SQL Managed Instance for Database 1 and Azure SQL Database Hyperscale for Database 2
Azure SQL Managed Instance is the correct recommendation for Database because it provides near 100% compatibility with the SQL Server database engine, including native support for instance-level features like SQL Server Agent, cross-database queries, and CLR. Azure SQL Database Hyperscale is the correct recommendation for Database because it supports up to of database storage and utilizes a unique log-structured storage architecture to perform snapshots for backups in minutes, regardless of the database size.
Adım Adım Çözüm
Anahtar Kavram
Choosing Azure SQL database deployment options based on legacy instance-level feature compatibility and high-scale storage performance requirements.