Home > Enterprise >  can we revert change made to SQL Azure API connection?
can we revert change made to SQL Azure API connection?

Time:05-13

I am new to Azure.

While editing the SQL API connection, mistakenly I added the wrong username and password for SQL server authentication. can I revert this change to the previous version?

as I don't know the username and password for the database.

any help will be appreciated! Thanks in advance.

CodePudding user response:

One of the workarounds is to change your connection directly from the connector itself.

enter image description here

While if you are trying to get the credentials from SQL Server, you can reset the password in the overview pane of your SQL Server.

enter image description here

and to know your username, in the same overview page you can find it under Server admin

enter image description here

  • Related