3

I'm trying to create a SQL Azure database. While the database successfully gets created, I can't login to it. The reason why is, I don't know what the default username / password is. Or, how to create the first user that can access the database.

There has to be something basic I'm missing here. How do I create the first user for a SQL Azure database.

1 Answer 1

13

The database exists on an Azure SQL Instance. You need the administrative loginid/password you assigned when you created the instance.

When you are in the Azure Management Portal (https://manage.windowsazure.com) go to "SQL DATABASES".

On the "DATABASES" page (along the top), find your database. Look for the name of your databases' server in the "SERVER" column, and click on the link for the server.

Azure SQL Databases in Azure Management Portal

On the page for the server, along the right side under "quick glance", you will see the "ADMINISTRATOR LOGIN" and further up you see a link to "Reset Administrator Password". You can reset it if you don't remember it.

Azure SQL Server Login Credentials

Now, you can login using those credentials (admin login/pwd) and create additional logins as needed.

Hope that helps.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for this! However, this information is now very out of date. The old portal does not seem to show our sql databases and I cannot find anything in the new portal to see or reset the database password. Any ideas?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.