sqlserver 2008 login failed: error 18456
在尝试用sql server authentication登录的时候发生18456号错误。开始以为是自己建的用户的密码短了或者不符合要求,于是把密码修改复杂,再试,还是不行。
后来把authentification 修改为mixed模式,登录成功。
修改方法:
用其它帐号登录Microsoft SQL Server Management Studio,在Object Explorer中右击database instance->properties->security->Server authentication,选中SqlServer and Windows Authentication mode.
参考:http://msdn.microsoft.com/en-us/library/cc645917(classic).aspx