Login into SQL Server using Windows Authentication.
In Object Explorer, open Security folder, open Logins folder. Right Click on SA account and go to Properties.
Change SA password, and confirm it. Click OK.
Make sure to restart the SQL Server and all its services and test new password by log into system using SA login and new password.
Reference : Pinal Dave (https://blog.sqlauthority.com)
UPDATE : There has been discussion about restarting the SQL Server and all its services. Please read all of them before making final decision for your scenario.
262 Comments. Leave new
HI can change sa password through sql query jobs
Hi, I’m able to log into SQL Management Studio using Windows authentication and administrator login. But when I try to change the sa password, it gives me an error. I believe it is saying I don’t have the elevated priveleges to change the password for sa. I don’t really know much about SQL server. Any suggestions?
Thanks5
I figured out where the password was hidden, so I was able to log in.
Thanks
simple n very IT work .. thx