A global pharmaceutical firm is designing the cloud architecture for its new drug discovery and manufacturing platform. The architecture requires deploying two distinct relational database workloads:
* Workload 1 runs a proprietary legacy control application. It requires a relational database that executes scheduled tasks via SQL Server Agent, requires operating system-level registry modifications, and must run a proprietary third-party assembly that requires access to the local host filesystem.
* Workload 2 runs an analytics ingestion application. It requires cross-database queries across three databases, SQL Server Agent for scheduled data consolidation, and native Common Language Runtime (CLR) integration. Operating system management must be fully offloaded to Azure to minimize administrative overhead.
Which two Azure SQL solutions should you recommend to support these workloads?
- SQL Server on Azure Virtual Machines for Workload 1Answer
- Azure SQL Managed Instance for Workload 2Answer
- CAzure SQL Database single database for Workload 2
- DAzure SQL Managed Instance for Workload 1