- 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.
推薦閱讀
- Microsoft Application Virtualization Cookbook
- Building a Game with Unity and Blender
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Magento 2 Theme Design(Second Edition)
- Getting Started with CreateJS
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)實例教程
- The DevOps 2.4 Toolkit
- Learning ELK Stack
- Java程序設計入門
- Oracle GoldenGate 12c Implementer's Guide
- Python 3.7從入門到精通(視頻教學版)
- Machine Learning With Go
- PHP 7從零基礎到項目實戰(zhàn)
- 邊玩邊學Scratch3.0少兒趣味編程
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發(fā)技術