• You can use command prompt to change sql password.

    Osql -S yourservername -E

    1> EXEC sp_password NULL, 'yourpassword', 'sa'

    2> GO

    Here is an article describes 4 methods to change sql server password, that could help.