+ "For a SQL Server deployment, you may normally look at DMVs like `sys.dm_process_memory` to see limts for CPU, memory, and workers. This DMVs is not exposed with Azure SQL Database, since the details of the host supporting the database are not exposed or controlled by the user. So the DMV `sys.dm_user_db_resource_governance` can be used to review capacities and limits for your deployed Azure SQL Database. Run and review the query results below and compare this to your Pricing Tier and the limits [documented](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-vcore-resource-limits-single-databases) for your deployed tier. The `slo_name` is the Service Level Objective (SLO) which states the deployment option, service tier, hardware, and compute amount."
0 commit comments