Skip to main content

Which ODBC Driver to use for which version of SQL Server

The correct driver for each version is as follows:

For SQL Server2008 you must use SQL Server Native Client 10.0.

For all other versions, SQL Server 2012, 2014, 2016, 2017 and 2018, use either:

  • ODBC Driver 11 for SQL Server

  • SQL Server Native Client 11

Did this answer your question?