Reset the password for sa user in SQL Server Posted on July 31, 2020 by Angel Reply osql -S “SERVER_NAME\INSTANCE_NAME” -E -Q “exec sp_password NULL, ‘NewPassword’,’sa'”