You need to migrate an on-premises SQL Server database to Azure. The solution must include support for SQL Server Agent. Which Azure SQL architecture should you recommend?
Select only one answer.
A. Azure SQL Database with the General Purpose service tier
B. Azure SQL Database with the Business Critical service tier
C. Azure SQL Managed Instance with the General Purpose service tier
D. Azure SQL Database with the Hyperscale service tier
C
技巧:排除明顯錯誤選項,在沒有明顯錯誤的選項中選擇最合理的選項。
你需要將本地 SQL Server 數據庫遷移到Azure,解決方案必須包括對SQL Server代理的支持。應該推薦哪種 Azure SQL 架構?
A. 不正確。Azure SQL Database提供了托管式的數據庫服務,但是無論是常規用途層,還是業務關鍵層,或者超大規模層,都不直接支持SQL Server Agent。
B. 不正確。Azure SQL Database提供了托管式的數據庫服務,但是無論是常規用途層,還是業務關鍵層,或者超大規模層,都不直接支持SQL Server Agent。
C. 正確。Azure SQL Managed Instance提供了與SQL Server相似的功能集,這包括SQL Server Agent。在遷移過程中,可以保留現有的作業、警報和操作員設置,無需進行重大更改。General Purpose服務層被設計為大多數具有典型性能和IO延遲要求的業務應用程序在云中的最佳目的地。它提供了豐富的計算和存儲選項,允許根據業務需求進行部署和調整規模。這確保了遷移后的數據庫能夠保持或提升性能,滿足業務要求。
D. 不正確。Azure SQL Database提供了托管式的數據庫服務,但是無論是常規用途層,還是業務關鍵層,或者超大規模層,都不直接支持SQL Server Agent。