SQL Server

SQL Server: PKIX path building failed
Problem: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building f...
Wed, 17 Jan, 2024 at 5:15 PM
SQL Server: Using SQL Server SSO or Windows Authentication
With Microsoft SQL Server, you can either let the database server or a Windows domain server handle the authentication. The database server handles it by de...
Thu, 2 Feb, 2023 at 11:13 AM
SQL Server: Error during connect "java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter"
When using the Microsoft SQL Server driver this error typically indicates you are using a driver version that is not compatible with the Java version being ...
Mon, 21 Mar, 2022 at 12:57 PM
SQL Server: Running MERGE statement fail
The MERGE command for SQL Server require that the statement ends with a semicolon (;) and that the semicolon remain with the statement when it is executed b...
Fri, 21 Feb, 2020 at 9:31 PM
SQL Server: Microsoft JDBC driver version 7.4.1 is broken when table names contains underscore
The Microsoft JDBC driver version 7.4.1 is broken regarding the DatabaseMetaData call getColumns (Issue 1136). The problem occurs when using an escape char...
Sat, 30 Nov, 2019 at 7:05 AM
SQL Server: Error reading prelogin response (TCP/IP)
Even if you can successfully connect using SQL Server Management Studio, DbVisualizer may fail to connect since it connects using a different protocol. Pl...
Fri, 24 Sep, 2021 at 1:36 PM