Try to use command prompt to change your sql sa passWord.
First, open a command prompt (Start -> Run -> cmd)
Then, type the follow commands, and press Enter after each line:
Osql -S yourservername -E
1> EXEC sp_passWord NULL, 'yourpassWord', 'sa'
2> GO
Copyright © 2026 eLLeNow.com All Rights Reserved.