- 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.
推薦閱讀
- Learning NServiceBus(Second Edition)
- 數據庫程序員面試筆試真題與解析
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Java持續交付
- Kubernetes進階實戰
- Laravel Application Development Blueprints
- jQuery for Designers Beginner's Guide Second Edition
- WebStorm Essentials
- Java程序設計教程
- 軟件測試分析與實踐
- Groovy 2 Cookbook
- 產品架構評估原理與方法
- Java EE 程序設計