- 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.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 零基礎入門學習Python
- Hands-On Nuxt.js Web Development
- Scala編程(第5版)
- Delphi開發(fā)典型模塊大全(修訂版)
- JavaEE架構與程序設計
- Node.js實戰(zhàn):分布式系統(tǒng)中的后端服務開發(fā)
- Getting Started with hapi.js
- 少兒編程輕松學(全2冊)
- Getting Started with Windows Server Security
- Build Your Own PaaS with Docker
- Learning Google Apps Script
- Learning Predictive Analytics with R
- 跟著迪哥學Python數(shù)據(jù)分析與機器學習實戰(zhàn)
- Spark Cookbook