sp_configure 'allow updates', 1
go
RECONFIGURE WITH OVERRIDE
go
然后再运行以下代码
update sysxlogins set name='你要改成的名字' where sid=0x01
update sysxlogins set sid=0xE765555BD44F054F89CD0076A06EA823 where name='你要改成的名字'
接着:
sp_configure 'allow updates', 0
go
RECONFIGURE WITH OVERRIDE
go
然后,你查看一下SQL SERVER的角色,就会发现SA的用户名,已经改为你的新名子了。