java 连接 mssql2005 The user is not associated with a trusted SQL Server connection.

来源:互联网 发布:淘宝的摩托车可以买么 编辑:程序博客网 时间:2024/05/29 17:50

原因: 是mssql2005在安装的时候,选择的登陆模式为windows登陆,这样sql就不能登陆了。

解决方法:在mssql2005的management Studio的企业管理器中右击数据库实例,选择属性,

在属性窗口中选择安全(Security),在Server authentication中,选择SQL Server and Windows

Authentication mode,重启动一下mssql2005,这个问题就得到了解决.

原创粉丝点击