- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 132字
- 2021-07-02 20:41:35
Control Flow templates
Control Flow templates are an addition to SSIS 2016 that will surely be promising...in the future. For now, Microsoft put the foundation of something that looks very interesting.
If there's one thing missing with SSIS it is the reusability of custom components without doing .NET code. We'll see how to achieve custom task and transforms later in this book using .NET and you'll see that it's tedious to achieve even for something simple. Let's say that we would like to create a truncated table task; that is, a task that we would use to solely erase a table's content. This task would then appear in the SSIS toolbox and be available to all packages in your projects. This recipe is exactly what we will do using Control Flow templates.
推薦閱讀
- Unity 2020 By Example
- Modern JavaScript Applications
- Python數據結構與算法(視頻教學版)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Kotlin極簡教程
- Java并發編程:核心方法與框架
- OpenCV Android Programming By Example
- 奔跑吧 Linux內核
- 超好玩的Scratch 3.5少兒編程
- Greenplum構建實時數據倉庫實踐
- Selenium WebDriver Practical Guide
- Python Linux系統管理與自動化運維
- 游戲設計的底層邏輯
- Getting Started with RethinkDB
- C語言程序設計實驗指導