I have the following problem: I can not connect my Sql Server database to my Java project.My Database is SQL Server 2008 R2. and have the Windows Authentication mode. I ha
The error you are getting suggests that the issue is with the JDBC driver, not with the database or the application code.
As per the Microsoft forums, the issue is fixed with version 1.2 of the driver. Please try to download this version as it should solve your problem.
The latest version can be found at http://www.microsoft.com/en-in/download/details.aspx?id=11774
Reference: http://www.microsoft.com/en-in/download/details.aspx?id=11774