By mswatcher
via codeproject.com
Submitted: Nov 22 2012 / 11:37
Windows Azure SQL Database provides a very handy management commands which are exposed either by REST API or PowerShell Cmdlets. Looking closely we can find various management operations such as: Creating/deleting a Windows Azure SQL Database server in our subscription (the sql server instance equivalent in on-prem) Defining firewall rules to allow access at the server or database level (SQL Database provides 2 firewall layers - server level and database level) Updating the server main password.
Add your comment