- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 266字
- 2021-07-02 20:41:33
Incremental package deployment
Prior to SSIS 2012, packages needed to be deployed one by one. We were usually downloading all packages from the source control software, such as Team Foundation Server (TFS), Visual Source Safe, SVN, and so on. Once downloaded, packages were moved to their destination. At that time, the person who deployed the packages had the choice to overwrite or skip existing packages. Usually, they overwrote all the packages since they were using the source control.
For those who didn't use the source control, they had all the necessary flexibility to deploy what needed to be deployed. Usually, they were keeping a backup somewhere on a file share of all packages. The reason why they chose what to deploy was mainly because they had doubts about the consistency of the packages in the file share. They were simply not sure of the state of the packages because they were using a manual process to maintain their solution. The source control software helps a lot with this. We have the possibility to compare versions between packages committed in the source control, and when and who pushed the package, among other benefits.
Enter SSIS 2012 with Project Deployment. The only way to deploy a package was to deploy the entire project, and thus, all packages in it. If the source control was in place to manage the package code, this was barely an issue. But, not everybody is using the source control and Microsoft recognized it. With SSIS 2016, we can now deploy part of your project packages. You're not forced to deploy the entire project.
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- 零基礎PHP學習筆記
- Redis Applied Design Patterns
- MongoDB for Java Developers
- Learning ASP.NET Core 2.0
- 看透JavaScript:原理、方法與實踐
- Mastering OpenCV 4
- Processing互動編程藝術
- Mastering Scientific Computing with R
- Mastering Rust
- Getting Started with Gulp
- Protocol-Oriented Programming with Swift
- Rust游戲開發實戰
- 深入淺出Python數據分析
- 現代JavaScript編程:經典范例與實踐技巧