sql server2012 修改密码

修改登录名sa的密码:

新建查询语句,执行

exec sp_password null, '新密码','sa'

 

posted on 2015-12-29 16:51  Bigearth  阅读(546)  评论(0)    收藏  举报

导航