简体   繁体   English

在 2008/2014 版本中创建的 SSIS 软件包是否适用于 SQL Server 2017?

[英]Does SSIS packages created in 2008/2014 version works on SQL Server 2017?

I have few SSIS packages created in 2012/2014 sql server version working good on SQL server 2014.Now I am planning to upgrade my server to 2017.Does SSIS run smoothly after upgrade? I have few SSIS packages created in 2012/2014 sql server version working good on SQL server 2014.Now I am planning to upgrade my server to 2017.Does SSIS run smoothly after upgrade? or Do I need to do anything else?或者我还需要做什么吗?

From my previous experience with this, yes it does work for MOST occasions.根据我之前的经验,是的,它确实适用于大多数场合。 There are exceptions depending on how complicated the package is, in which case, I would recommend just updating your SSIS package using the Package Upgrade wizard which is part of the SQL Server Data Tools There are exceptions depending on how complicated the package is, in which case, I would recommend just updating your SSIS package using the Package Upgrade wizard which is part of the SQL Server Data Tools

The upgrade is pretty straight forward, just run SSDT, open the Integration project and choose the "Upgrade All Packages", you can find more in depth instruction on the MS SQL Docs升级非常简单,只需运行 SSDT,打开集成项目并选择“升级所有包”,您可以在MS SQL Docs上找到更深入的说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM