Hi experts,
Is there any way to find out what the Azure SQL tier of a sandbox environment?
I ran the below query
SELECT d.name,
slo.*
FROM sys.databases d
JOIN sys.database_service_objectives slo
ON d.database_id = slo.database_id;
But it only returned the Edition - BusinessCritical, and service objective - "ElasticPool", which is not very useful.
Thanks,
Not quite sure, to which SQL Instance you are referring
but if you need information about Dynamics Database just try below (replace the end part with your base URL)
https://<yourcompany>.<yourdomain>.dynamics.com/?cmp=USMF&mi=SysSqlStatus
Some time it may help ( later saw that you are looking for tier information)
Regards,
AP
Hi Yuji, BusinessCritical is Service Tier and ElasticPool is the type. May I know what exactly are you looking for? And is it BYOD Azure SQL or AxDB of sandbox environment.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156