SQL Server
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
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
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
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
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