I am launching an Azure-based site that, for historical reasons, uses two databases on two servers. I copied the data from a static data source so that both were on the same server. I am sure that I have removed all links to the old server from the live code, and in fact the Azure panel does not show any connections in the last month. But to be 100% sure, before I delete the server, I would like to stop it and test the site in real time. If something goes wrong, I would like to start it again. In SQL Server Management Studio, this is usually simple, I can right-click on the server in the SQL Server Management Studio object explorer and select "Stop", and then, if necessary, "Start". However, "Stop" and "Start" are not specified in the settings for Azure SQL Servers,and I donβt see anything on the control pages on the Azure portal.
So my question is simple - how to stop and start the Azure SQL database?
source
share