- 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.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Hands-On RESTful Web Services with Go
- Microsoft System Center Orchestrator 2012 R2 Essentials
- R Data Analysis Cookbook(Second Edition)
- jQuery Mobile移動應用開發實戰(第3版)
- 微信小程序全棧開發技術與實戰(微課版)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 智能手機故障檢測與維修從入門到精通
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Python預測分析實戰
- Java程序設計入門(第2版)
- Python人工智能項目實戰
- Git Version Control Cookbook
- Java王者歸來:從入門邁向高手