zoukankan      html  css  js  c++  java
  • SSIS ->> Error Handling

    Event Handler

    Each task and container raises events as it runs, such as an OnError event, among several
    others that are discussed shortly. SSIS enables you to trap and handle these events by setting up
    workfl ows that will run when particular events fi re.

    ERROR ROWS/ERROR OUTPUT

    Logging

    SSIS contains built-in logging features that capture execution details about your packages. Logging
    enables you to record information about events you are interested in as the package runs. The
    logging information can be stored in a text or XML file, to a SQL Server table, to the Windows
    event log, or to a file suitable for Profiler.

    Catalog Logging

    None:         Includes minimal logging of executions, tasks, and parameters
    Basic:         Includes standard logging, as well as execution statistics and messages for
              specific events, including pre- and post-executions and pre- and post-validations
    Performance:      Includes standard logging and error and warning events and event contexts for
              performance tuning purposes
    Verbose:       Includes all prior logging categories, as well as additional performance tuning
              and custom task entries

  • 相关阅读:
    关于IDEA2019.3在书写pom依赖坐标无法自动提示补全的问题
    vue props的接收格式
    axios请求添加请求头 标准写法
    VUE后台管理系统建立
    arguments
    表单验证规则
    <<>> html内显示
    vue_UI组件库vant之加载转圈
    vue_axios请求拦截器
    vue_js数字有效长度16位_超出的解决办法
  • 原文地址:https://www.cnblogs.com/jenrrychen/p/4747956.html
Copyright © 2011-2022 走看看