Reset the password of a Contained user

I had restored a SQL Azure database between instances, and the contained user used for connections didn’t work. The password needed to be updated.

Using SQL Management Studio:

alter user masteruser with password = '<password>'

(Note: this SQL doesn’t work in Online Query Editor. You need to use Management Studio)

Reset the password of a Contained user

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.