Sql Server 2012 Native Client Driver Download

  • Free Download Microsoft SQL Server 2012 Native Client - The standalone package containing a single DLL that is indispensable in developing applicati.
  • Installing SQL Server Native Client. Server 2012 Feature Pack web page. To download the most. And the SQL Server Native Client ODBC driver are.
  • Installing SQL Server Native Client. Server 2012 Feature Pack web page. To download the most. And the SQL Server Native Client ODBC driver are.
  • Jan 19, 2018  Latest servicing update available for the Microsoft® SQL Server® 2012 Native Client.
  • Download ODBC Driver. SQL Server Native Client (the features available also apply, without OLEDB, to the ODBC Driver for SQL Server) Using Always Encrypted.

I'm having trouble find the download for ms sql native client for server 2012. I want to use it to access a ms sql server database. Thanks https://www.microsoft.

Where to download the ODBC Drivers and OLEDB Providers for the different versions of SQL Server Native Client?

There are different versions of the Native Client components for each SQL Server.

  • SQL Server 2005 - Native Client 9.0
  • SQL Server 2008 - Native Client 10.0
  • SQL Server 2012 - Native Client 11.0

The components have been distributed through SQL Server 'Feature Packs' and there are new versions of those 'Feature Packs' for each Service Pack release of SQL Server.

This page lists instructions and download links for each version of the Native Client OLE DB providers and ODBC drivers and for each Feature Pack distribution package. If you find something is missing, let us know here!

Download SQL Server 2005 Native Client ODBC & OLEDB

Booth the ODBC driver and the OLEDB provider have been released within the 'Feature Pack for Microsoft SQL Server 2005'.
There are four versions of this Feature Pack. The latest is the 'December 2008' package.

Sql Server 2012 Native Client Install

The package contains:

  • SQL Native Client 9.0 OLE DB Provider - 'SQLNCLI'
  • SQL Native Client 9.0 ODBC Driver - '{SQL Native Client}'

Download Instructions

First navigate to one of the download links below, then:

  • Hit Download button.
  • Checkbox one of the installation packages (msi). Make sure you choose the right version:
    • sqlncli.msi for 32-bit
    • sqlncli_x64.msi for 64-bit
    • sqlncli_ia64.msi for Itanium
  • Click Next.
  • Download starts.

Feature Pack for SQL Server 2005 - download links

Download SQL Server 2008 Native Client ODBC & OLEDB

Booth the ODBC driver and the OLEDB provider have been released within Microsoft SQL Server 2008 'Feature Packs'.
There are different 'Feature Packs' for each SQL Server 2008 service pack version.

The package contains:

  • SQL Server Native Client 10.0 OLE DB Provider - 'SQLNCLI10'
  • SQL Server Native Client 10.0 ODBC Driver - '{SQL Server Native Client 10.0}'

Download Instructions

Sql server 2012 native client odbc driver download11.0Driver

First navigate to one of the download links below, then:

  • Hit Download button.
  • Checkbox one of the 'sqlncli.msi' installation packages. Make sure you choose the right version:
    • x86 for 32-bit
    • x64 for 64-bit
    • IA64 for Itanium
  • Click Next.
  • Download starts.

Feature Pack for SQL Server 2008 - download links

  • SQL Server 2008 SP1 Feature Pack - NO LONGER AVAILABLE
  • SQL Server 2008 Feature Pack - NO LONGER AVAILABLE

Download SQL Server 2008 R2 Native Client ODBC & OLEDB

Booth the ODBC driver and the OLEDB provider have been released within Microsoft SQL Server 2008 R2 'Feature Packs'.
There are different 'Feature Packs' for each SQL Server 2008 R2 service pack version.

The package contains:

  • SQL Server Native Client 10.0 OLE DB Provider - 'SQLNCLI10'
  • SQL Server Native Client 10.0 ODBC Driver - '{SQL Server Native Client 10.0}'

Download Instructions

First navigate to one of the download links below, then:

  • Hit Download button.
  • Checkbox one of the 'sqlncli.msi' installation packages. Make sure you choose the right version:
    • sqlncli_x86.msi for 32-bit
    • sqlncli_amd64.msi for 64-bit
    • sqlncli_ia64.msi for Itanium
  • Click Next.
  • Download starts.

Feature Pack for SQL Server 2008 R2 - download links

Download SQL Server 2012 Native Client ODBC & OLEDB

Booth the ODBC driver and the OLEDB provider have been released within the 'Microsoft SQL Server 2012 Feature Pack'.
There are currently only one 'Feature Pack' for SQL Server 2012.

The package contains:

  • SQL Server Native Client 11.0 OLE DB Provider - 'SQLNCLI11'
  • SQL Server Native Client 11.0 ODBC Driver - '{SQL Server Native Client 11.0}'

Download Instructions

First navigate to one of the download links below, then:

  • Do NOT hit the Download button
  • Expand the 'Install Instructions' section
  • Scroll down to the 'MICROSOFT SQL SERVER CONNECTIVITY FEATURE PACK COMPONENTS' section (it's far down)
  • Under the 'Microsoft SQL Server 2012 Native Client' heading, click one of the 'sqlncli.msi' installation package links. Make sure you choose the right version:
    • X86 Package for 32-bit
    • X64 Package for 64-bit
    • seems there are no link for the Itanium CPU architecture
  • Download starts.

Feature Pack for SQL Server 2012 - download links

Summary

This page aims to provide all information needed to obtain the correct Native Client ODBC Driver or Native Client OLEDB Provider for connections to SQL Server. If any info on this page is not up to date, not correct, unclear or could be more precise, let us know buy sending us info through this form. Thanks!

-->

APPLIES TO: SQL Server Azure SQL Database Azure SQL Data Warehouse Parallel Data Warehouse

SNAC, or SQL Server Native Client, is a term that has been used interchangeably to refer to ODBC and OLE DB drivers for SQL Server.

Important

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.

Note

For more information and to download the SNAC or ODBC Drivers, see the SNAC lifecycle explained blog post.For more information on ODBC Driver for SQL Server, see Microsoft ODBC Driver for SQL Server.

Information on the SQL Server Native Client features released with SQL Server 2012 (11.x), the last available version of SQL Server native Client:

ODBC in SQL Server Native Client supports three features that were added to standard ODBC in the Windows 7 SDK:

  • Asynchronous execution on connection-related operations. For more information, see Asynchronous Execution.

  • C Data Type Extensibility. For more information, see C Data Types in ODBC.

    To support this feature in SQL Server Native Client, SQLGetDescField can return SQL_C_SS_TIME2 (for time types) or SQL_C_SS_TIMESTAMPOFFSET (for datetimeoffset) instead of SQL_C_BINARY, if your application uses ODBC 3.8. For more information, see Data Type Support for ODBC Date and Time Improvements.

  • Calling SQLGetData with a small buffer multiple times to retrieve a large parameter value. For more information, see Retrieving Output Parameters Using SQLGetData.

The following topics describe SQL Server Native Client behavior changes in SQL Server 2012 (11.x).

Microsoft Sql Server 2012 Native Client Odbc Driver Download

  • When calling ICommandWithParameters::SetParameterInfo, the value passed to the pwszName parameter must be a valid identifier. For more information, see ICommandWithParameters.

  • SQLDescribeParam will consistently return an ODBC specification conforming value. For more information, see SQLDescribeParam.

Native Client Download

See also

Download Sql Server 2012 Native Client

Install SQL Server Native Client
SQL Server Native Client Features