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

  • 相关阅读:
    LayoutInflater
    android 顶部的通知栏
    ..搞Android了
    数据分组取最大值行
    decode、sign、case在统计中的用法:
    Row generator
    存储过程包实例分享
    Bind variables in 'in' condition(在in中动态的绑定参数(参数个数可变))
    WM_CONCAT字符超过4000的处理办法
    oracle script
  • 原文地址:https://www.cnblogs.com/jenrrychen/p/4747956.html
Copyright © 2011-2022 走看看