SQL: Auto-Delete Azure SQL Database Servers with No Databases
In Azure SQL Database, a database server is a logical concept that’s used to keep details of connected databases. It does have a master database but it’s not like the on-premises equivalent.
It’s pretty much a container for logins. And it won’t let you create objects in it. I wish it would as there is occasionally code that I’d like to store at the server level. An example is code that I use to control scaling of databases from within T-SQL.
2026-05-22

