[German]It looks like the Windows updates released by Microsoft in November 2022 may cause problems accessing SQL databases. Then the ODBC driver triggers a database access error. According to Microsoft, all Windows versions that are still supported (both clients and servers) are affected by this problem. There is no solution for this problem yet.
Advertising
Microsoft has confirmed the problem as of Dec. 5, 2022, in the Windows Release Health status area (for example, of Windows 11 22H2) in the post Database connections using Microsoft ODBC SQL Server driver might fail. It states there:
After installing [the xxxx update], applications that use ODBC connections with the Microsoft ODBC SQL Server driver (sqlsrv32.dll) to access databases may not be able to connect.
You may receive an error message within the application or you may receive an error message from SQL Server, such as.
The EMS system has detected a problem
Message: [Microsoft][ODBC SQL Server Driver] Protocol error in TDS streamor
Message: [Microsoft][ODBC SQL Server Driver]SQL Server Driver]Unknown token received from SQL Server
The following Windows client versions are affected if the appropriate November 2022 update is installed:
- KB5019980: Windows 11, version 22H2
- KB5019961: Windows 11, version 21H2
- KB5019959: Windows 10, version 20H2-22H2
- KB5019966: Windows 10 Enterprise LTSC 2019
- KB5019964: Windows 10 Enterprise LTSC 2016
- KB5019970: Windows 10 Enterprise 2015 LTSB
- KB5020023, KB5020010: Windows 8.1
- KB5020000, KB5020013: Windows 7 SP1
and also the following Windows Server versions
- KB5019081: Windows Server 2022
- KB5019966: Windows Server 2019
- KB5019964: Windows Server 2016
- KB5020023, KB5020010: Windows Server 2012 R2
- KB5020009, KB5020003: Windows Server 2012
- KB5020000, KB5020013: Windows Server 2008 R2 SP1
- KB5020019: Windows Server 2008 SP2
To check whether the driver for Microsoft SQL Server is affected, the following command can be entered in an administrative command prompt.
tasklist /m sqlsrv32.dll
Advertising
If the process appears and the error is reported, the system is affected by the problem. So far, there is no fix (other than uninstalling the update). Microsoft is working on this problem and wants to fix it via update in the future. (via)
Similar articles:Patchday: Windows 10-Updates (November 8, 2022)
Patchday: Windows 11/Server 2022-Updates (November 8, 2022)
Windows 7/Server 2008 R2; Windows 8.1/Server 2012 R2: Updates (November 8, 2022)
Advertising
Hi!
Could the servicing stack update – 17763.3641 installed on the domain controller be potentially the cause of those errors connecting from a client to DB?
Thanks