Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
To programmatically determine the engine edition, use SELECT
SERVERPROPERTY('EngineEdition'). This query will return '5' for single
databases/elastic pools and '8' for managed instances in Azure SQL
Database.