SQL Native Client 10 - provider name change
Published Mar 25 2019 01:57 PM 480 Views
Copper Contributor
First published on MSDN on Jun 07, 2007

The provider name for SQL Native Client (SNAC) connections has changed in Katmai. Since this is the default provider for OLEDB connections, you'll probably be affected by this change if you're running SQL Server 2005 packages in Katmai.

Version Provider name
SQL Server 2005 (Yukon) SQLNCLI.1
SQL Server 2008 (Katmai) SQLNCLI10.1

When the full upgrade solution is in place, we'll prompt you on whether or not to upgrade your connections, but for this CTP, you have two options. You can install the SNAC9 redist that comes with SQL Server 2005 (it should work fine side by side with the Katmai SNAC10), or you'll need to manually edit your connection strings when opening Yukon packages in Katmai.

To edit the connections yourself:

  1. Open the package in the designer
  2. Select the connection in the Connection Managers window
  3. Right click, select Properties
  4. Edit the ConnectionString text field, changing the "Provider=SQLNCLI.1" portion to "Provider=SQLNCLI10.1"

You'll also encounter a similar issue for Analysis Services connections.

Version Provider name
SQL Server 2005 (Yukon) MSOLAP.3
SQL Server 2008 (Katmai) MSOLAP.4

SNAC9 and SNAC10 should be fully backwards compatible, although there might be small changes in behavior due to bug fixes. For example, writing a DT_DBTIMESTAMP value (that contains datetime value with milliseconds) to a smalldatetime column using an OLE DB Destination used to work with SNAC9, but results in an error with SNAC10 ("The value could not be converted because of a potential loss of data"). These differences will be compiled into a KB article for the release.

Version history
Last update:
‎Mar 25 2019 01:58 PM
Updated by: