I recently joined in new job, they are using Azure SQL Server. Initially I don't know that SQL Server is in Azure. I am wondering how can I know whether SQL Server is in Azure or on premises?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Execute the query:
SELECT @@VERSION
The result will tell you if you are using Azure SQL Database or any other version/edition
** If you are talking about SQL Server on Virtual machine in the azure, then this is the same as local version/edition