打开cmd 输入 osql -E 回车 (注意E要大写) 输入 sp_password @new=\'sa\',@loginame=\'sa\' 回车 输入 go 完成密码更改 @new就是密码,@loginame就是用户名 相关文章: