Welcome to MSDN Blogs Sign in | Join | Help

Microsoft JDBC Driver Team Blog

Discussions related to Microsoft JDBC driver.

Browse by Tags

All Tags » Troubleshooting   (RSS)
SQL Server 2005 JDBC Driver and Database Mirroring
We've heard from some customers that they are having difficulty getting Database Mirroring to work with our JDBC driver. Recently, Adam from our counterpart customer service team posted a great blog on this topic. Please refer to his blog regarding a Read More...
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.
What is SSL and why is my JDBC driver using it? The v1.2 JDBC driver uses SSL (Secure Sockets Layer) to encrypt connections to SQL Server for improved security. Where it can, the v1.2 driver ALWAYS uses SSL to encrypt the login to SQL Server. For integrated Read More...
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.
On a Windows platform, when trying to connect to SQL Server using Integrated Authentication, you may see this exception: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. along with the following Read More...
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
If you are seeing this exception while trying to use the SQL Server 2005 JDBC driver, then you will need to update the application. The class name has changed between the SQL Server 2000 JDBC driver and the SQL Server 2005 JDBC driver. This particular Read More...
Page view tracker