- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 95字
- 2021-07-02 20:41:35
Error column name
This recipe will show you a new neat feature of SSIS, which is the error column name. We could achieve something similar before SSIS 2016 but it involves using a script component and it is difficult to reuse this kind of transform. Although we can copy and paste a script component from one package to another, every time we do so, we must change the input columns and recompile the script. It's not very difficult but it's a tedious task. The error column name native implementation in SSIS 2016 is very welcome.
推薦閱讀
- Mastering Visual Studio 2017
- PHP程序設計(慕課版)
- Clojure for Domain:specific Languages
- Apache Spark Graph Processing
- Groovy for Domain:specific Languages(Second Edition)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Bootstrap 4:Responsive Web Design
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- SharePoint Development with the SharePoint Framework
- Scala編程實戰(原書第2版)
- Node Cookbook(Second Edition)
- Java SE實踐教程
- 軟件供應鏈安全:源代碼缺陷實例剖析
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- INSTANT Apache ServiceMix How-to