Reputation: 399
There were announcements back in 2011 about Microsoft SQL Server OLEDB access going retire, now I heard it has been deprecating starting SQL SERVER 2014? However it is not apparent from MSDN pages linked below about depreciated features in SSIS 2012-2016. I also check deprecation pages for SQL SERVER 2012-2016 it has no mention there too.
However, blog on MSDN seems persistent about it:
So my question are:
Your experience with OLEDB to ODBC
Upvotes: 8
Views: 3885
Reputation: 453618
The deprecation of OLE DB is now deprecated. See Announcing the new release of OLE DB Driver for SQL Server
Previously, Microsoft announced deprecation of the Microsoft OLE DB Provider for SQL Server, part of the SQL Server Native Client (SNAC). At the time, this decision was made to try to provide more simplicity for the developer story around Windows native software development as we moved into the cloud era with Azure SQL Database, and to try to leverage the similarities of JDBC and ODBC for developers. However, during subsequent reviews it was determined that deprecation was a mistake because substantial scenarios within SQL Server still depend on OLE DB and changing those would break some existing customer scenarios.
With this in mind, we have decided to undeprecate OLE DB and release a new version by the first quarter of calendar year 2018.
This has now been released with one day to spare
Upvotes: 2