- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 61字
- 2021-07-02 20:41:30
How it works...
Using logging while executing our SSIS packages creates entries in the SSIS Catalog table called execution_data_statistics in the internal schema. This table is meant to record data movement statistics in SSIS packages.
We never use tables in the internal schema, as they are seen as system tables. That's the reason we use the view [catalog].[ execution_data_statistics] instead.
推薦閱讀
- Unreal Engine Physics Essentials
- GAE編程指南
- x86匯編語言:從實模式到保護模式(第2版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- HTML5 and CSS3 Transition,Transformation,and Animation
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Webpack實戰:入門、進階與調優
- OpenCV Android Programming By Example
- Mastering ASP.NET Core 2.0
- Python應用開發技術
- R語言實戰(第2版)
- Android技術內幕(系統卷)
- 網頁設計與制作
- Python人工智能項目實戰
- C#程序設計基礎與實踐