电脑技术学习

Sql Server2005登录失败

dn001

在用Sql Server2005管理器登录时报以下错误:
Login failed for user 'sa'. Reason: The account is disabled. (Microsoft SQL Server, Error: 18470)

解决方法:
用Windows验证模式进入管理器中“安全”==》“用户”==》双击用户(弹出属性对话框)==》“状态”把状态改成enable,退出管理器重新登录(用户验证模式)。