SQL native client

W Raspe 21 Reputation points
2022-10-14T14:39:13.99+00:00

250490-native-client.png

Is there any newer version of native client to use for SQL server 2019?
I cannot find any newer version.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
Microsoft Security Intune Configuration Manager Other
SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Garth Jones 1,666 Reputation points MVP
    2022-10-14T15:27:20.027+00:00

    There warning is for the Server OS not SQL versions.


2 additional answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,586 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

    0 comments No comments

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.