sql server 2005使用sa 登录失败,该用户与可信 SQL Server 连接无关联故障的修复方法
错误提示:
sa 登录失败,提示该用户与可信 SQL Server 连接无关联
解决方法:
打开microsoft sql server management studio express,右键点击服务器,选择Properties,在弹出窗口中点击Security切换到安全面板,将server authentication服务器认证从windows authentication mode(windows用户认证模式)修改为Sql Server and Windows Authentication mode(Sql server和windows认证模式),ok。
打开security -- logins ,右键选中sa,选择properties,点击Status切换到状态面板,将Login设置为Enabled。
通过以上设置即可搞定。如果还不行请检查其他原因,譬如防火墙等因素