HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

What is the latest version of SQL Server native client that is compatible with Sql Server 2008 r2

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
nativethelatest2008whatversionsqlwithcompatibleclient

Problem

Title says it all, what is the most recent version of Sql Server native client that is compatible with Sql Server 2008 R2

Solution

Microsoft SQL Server Native Client 11.0 is the latest and is backward compatible with 2008 and 2008R2 (as of July 9 2019, both windows and sql server 2008 and 2008r2 are fully unsupported).

BOL warns you :


The SQL Server Native Client (SQLNCLI) remains deprecated and it is not recommended to use it for new development work. Instead, use the new Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) which will be updated with the most recent server features.

Context

StackExchange Database Administrators Q#245686, answer score: 7

Revisions (0)

No revisions yet.