News

Problem description After using the Microsoft SQL Server JDBC driver for years without issue, we hit a blocking regression with v12.6.1 and v12.6.2. In short, when calling a stored procedure with a ...
Starting from SQL Server 2016, the conversion / comparison process of datetime to datetime2 (and vice versa) has been modfied. Unfortunately, this is a breaking change for many of our existing ...
Figure 4: Correct Date Format with “dd/mm/yy” British/French date style Example 2: Sometimes, string-to-date conversion in SQL Server results in an error, not because of the date or time formats used, ...
Microsoft's flagship database, and Java's versatility as a language, makes them a strong pair. With JDBC bringing the two together, it's easy to develop high-performing, enterprise-grade applications ...
This post was authored by Andrea Lam, Program Manager, SQL Server We are happy to announce the full release of the Microsoft JDBC Driver 6.2 for SQL Server. The JDBC Driver provides Java database ...
Internationalized Domain Names (IDNs) IDNs allow your web server to use Unicode characters for server name, enabling support for more languages. Using the new Microsoft JDBC Driver 6.0 for SQL Server, ...