Changing the SQL passwords Print

  • 108

Login to your windows server then from cmd execute

osql -E -Q "EXEC sp_password @new='newpassword', @loginame = 'sa'"

where you need to replace  newpassword with your new password,

Remember to use hard password and keep it save.


Was this answer helpful?

« Back