SQL server 2008 sa 账户设置失败

解决方法:

EXEC sp_password null, 'sa', 'sa';
ALTER LOGIN sa ENABLE;

posted @ 2011-07-06 21:13  标准小兵  阅读(218)  评论(0编辑  收藏  举报