- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 152字
- 2021-07-02 20:41:33
Multiple version support
Since its inception, SSIS designer never supported backward compatibility. For example, if you developed a package in SSIS 2014 and tried to deploy it in a SSIS 2012 catalog, you would not be able to do it. Or worse, if you opened a package developed with SSIS 2012 with a SSDT that was used with SSIS 2014, the package was upgraded. When another developer tried to open it with SSDT used for SSIS 2012, he/she was not able to do it. The package was upgraded, period.
With SSIS 2016, SSDT had the following enhancements:
- Backward compatibility to prior SSIS versions down to SSIS 2012.
- Unified SSDT: as we'll see later in the book, SSDT can be used for BI components development as well as database development. Prior to SSDT for Visual Studio 2015, it was confusing whether we were using SSDT-BI for BI development or SSDT-SQL for database development.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Learning Cython Programming
- JavaScript高效圖形編程
- Python程序設計(第3版)
- Mastering LibGDX Game Development
- Python機器學習實戰
- concrete5 Cookbook
- The Complete Coding Interview Guide in Java
- QGIS By Example
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Python圖形化編程(微課版)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Mastering Python Design Patterns
- R語言:邁向大數據之路(加強版)
- Java Web應用開發給力起飛