- 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.
推薦閱讀
- Android Wearable Programming
- Learn Blockchain Programming with JavaScript
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動化測試解決方案
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- PHP+MySQL網(wǎng)站開發(fā)技術(shù)項(xiàng)目式教程(第2版)
- NativeScript for Angular Mobile Development
- Spring Cloud、Nginx高并發(fā)核心編程
- TypeScript項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Integrating Facebook iOS SDK with Your Application
- Visual Basic程序設(shè)計實(shí)驗(yàn)指導(dǎo)(第二版)
- 第一行代碼 C語言(視頻講解版)
- Python圖形化編程(微課版)
- Getting Started with React Native
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐