Changing a User's Password - SQL Server

This SQL script needs to be run on the MASTER database.

alter login [my_user_name] with password='my_password'