Running DTS packages on SQL Server 2012

偶尔善良 提交于 2019-12-13 13:02:36

问题


I read that DTS packages aren't supported in SQL Server 2012. I know there's a Backward Compatibility package/option out there that we used for SQL Server 2008R2 to run DTS packages. Will that Backwards compatibility package not work for SQL Server 2012?

For 2008 R2 http://msdn.microsoft.com/en-us/library/bb500440(v=sql.105).aspx


回答1:


As the documentation says, support for "migrating or running" DTS packages was completely discontinued in SQL Server 2012. Even if you convince your customers to move to SQL 2012, you'll have to upgrade the packages to 2008 first and then upgrade again to 2012, so the sooner they agree to upgrade to some newer version the better, although I appreciate that - rightly or wrongly - many customers will not see the point in paying to upgrade something that still works.




回答2:


If the customer is not ready to invest in the DTS to SSIS migration project, better to use SQL server 2008/r2 to run DTS 2000 packages. https://msdn.microsoft.com/en-us/library/bb500440(v=sql.105).aspx



来源:https://stackoverflow.com/questions/16986522/running-dts-packages-on-sql-server-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!