Tuesday, April 8, 2014

SQL Server - OLE DB Deprecated :(

As you may already know, the SQL Native Client OLE DB provider is being deprecated. This doesn't affect other OLE DB providers or the OLE DB API. Also, the SSIS OLE DB components are not being deprecated.

In SQL Server 2012 SSIS, you can continue to use OLE DB connections and will need to for components such as the Lookup transformation and the Slowly Changing Dimension transformation that require OLE DB. In the post-Denali release, you’ll be able to upgrade and continue to operate these packages without needing to do additional work to explicitly remove OLE DB from the packages.

Related Posts:

  • SQL Server - Table Partitioning technique Technical concept : partitioning in simple word is spreads your data in multi file groups , file groups it's physical files on your Hard drive . Usage: This technique is used heavily in case of very large tables which a… Read More
  • SQL Server - OLE DB Deprecated :( As you may already know, the SQL Native Client OLE DB provider is being deprecated. This doesn't affect other OLE DB providers or the OLE DB API. Also, the SSIS OLE DB components are not being deprecated. In SQL Server 2012… Read More
  • SQL Server - Result paganation in sql server A lot of SQL Server database users at some time faced a big obstacle, especially web sites programmers when need to read data from the database in case of a partial data was a fairly large size. After a long and arduous jo… Read More

0 التعليقات:

Post a Comment