I have a new Azure account. I am able to log into the \'manage\' page as admin, but I forgot the password to one of my databases. I would like to reset the password on that
To reset the administrator password for a SQL Database server, use the following steps:
If you reset the SQL Database server password during a time when there are active connections to databases on the server, you may want to use the KILL statement to terminate user sessions. This will force client connections to refresh their sessions with the database and the host server. For more information, see KILL (Windows Azure SQL Database).