In Azure database, ServerProperty
can get some server property information. But, I want to know the region which database server is running. Is it possible? Can I get this region information with SQL script like below (or something like this):
SELECT SERVERPROPERTY('Region')