Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Password reset for Azure database

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 one DB. How do I do that? Microsoft doesn't seem to have a KB on that - at least not one I could find. Thx.

like image 781
Yosem Avatar asked Dec 09 '12 19:12

Yosem


People also ask

How do I find my Azure SQL Database Password?

To reset the password for the server admin, go to the Azure portal, click SQL Servers, select the server from the list, and then click Reset Password. To reset the password for the SQL Managed Instance, go to the Azure portal, click the instance, and click Reset password. You can also use PowerShell or the Azure CLI.

How do I reset a user password in SQL?

Click on Security and make sure that SQL Server and Windows Authentication mode is selected. Then click OK. In the Object Explorer expand Security>Logins and then right click on the user to change the password. Change the password and confirm the change.


1 Answers

If you're referring to the administrative password for a specific Windows Azure SQL Database server, you can do this from the new portal. Select the Database choice on the left, then select Servers:

enter image description here

Then, after selecting the server of choice, you'll see the option on the right for resetting admin password:

enter image description here

like image 162
David Makogon Avatar answered Oct 23 '22 06:10

David Makogon