There warning is for the Server OS not SQL versions.
SQL native client
Is there any newer version of native client to use for SQL server 2019?
I cannot find any newer version.
2 additional answers
Sort by: Most helpful
-
Yitzhak Khabinsky 26,296 Reputation points
2022-10-14T15:22:57.74+00:00 Hi @W Raspe ,
All Microsoft OLEDB providers are deprecated, and NOT recommended to be used, except Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL).
Check it out here: oledb-driver-for-sql-server -
Erland Sommarskog 115.6K Reputation points MVP
2022-10-14T21:40:31.193+00:00 SQL Native Client was a combined DLL for ODBC and OLE DB. OLE DB got deprecated, which ended that co-habitation. Later, OLE DB was un-deprecated.
The most recent ODBC driver is ODBC Driver 18 for SQL Server.
The most recent OLE DB driver is Microsoft OLE DB Driver 19, MSSQLOLEDB19.