How can I reset password of my DB

0 votes
I have recently created an Azure account and I could also login as an admin into the management console. Problem is, I have forgotten my password of one of the databases, and I really would appreciate if someone can help me with this. TIA.
May 14, 2018 in Azure by cloudie_crank
• 1,610 points
658 views

1 answer to this question.

0 votes
One best way to do so is by running the following command with Azure CLI 2.0 for resetting password of Azure SQL database:

az sql server update -n {database server name}
    -g {resource group name}
    -p {password}

Source: https://build5nines.com/azure-cli-2-0-reset-azure-sql-database-password/
answered May 14, 2018 by null_void
• 3,220 points

Related Questions In Azure

0 votes
2 answers

How can I download a .vhd image to my local machine from azure and upload the same to a different azure account?

From the Windows Azure Portal you can ...READ MORE

answered Aug 20, 2018 in Azure by Priyaj
• 58,090 points
13,691 views
0 votes
1 answer

How can I remove/hide/disable excessive HTTP response headers in Azure/IIS7 without having to use UrlScan?

MSDN published an article on how to ...READ MORE

answered May 22, 2018 in Azure by club_seesharp
• 3,450 points
3,452 views
0 votes
1 answer

How can I replicate an Azure Virtual Machine?

To create a managed image of a ...READ MORE

answered May 23, 2018 in Azure by club_seesharp
• 3,450 points
528 views
0 votes
2 answers

How can I view the deployed files in Azure?

In Visual Studio, in the window "Server ...READ MORE

answered Aug 21, 2018 in Azure by Priyaj
• 58,090 points
4,448 views
0 votes
2 answers

How can I enable Ping(ICMP) on Azure?

I had a similar problem. Needed to ...READ MORE

answered Aug 17, 2018 in Azure by Priyaj
• 58,090 points
7,732 views
0 votes
2 answers

How can I add database connection string to Azure Functions?

The best way to do this is ...READ MORE

answered Aug 17, 2018 in Azure by Priyaj
• 58,090 points
13,319 views
0 votes
1 answer

How can i upload to Azure Blob storage with Shared Access key?

For GetBlobReferenceFromServer to work, the blob must be present ...READ MORE

answered Jun 12, 2018 in Azure by club_seesharp
• 3,450 points
3,364 views
0 votes
1 answer

How can I change my Resource Group name?

As a matter of fact, Azure simply ...READ MORE

answered May 9, 2018 in Azure by null_void
• 3,220 points
1,005 views
0 votes
4 answers

How can I rename a SQL Azure database?

This command serves the purpose ALTER DATABASE [oldname] ...READ MORE

answered Nov 30, 2018 in Azure by Abhinav
1,950 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP