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

  • 相关阅读:
    SVN上新增一个项目和用户
    Linux增加swap分区的方法
    FPGA研发之道(25)-管脚
    altera tcl
    信号处理的好书Digital Signal Processing
    每天逛一次官方论坛
    GTS、GCK,GSR全称
    altera tcl
    FPGA组成、工作原理和开发流程
    复杂可编程逻辑器件CPLD的基本结构
  • 原文地址:https://www.cnblogs.com/jenrrychen/p/4747956.html
Copyright © 2011-2022 走看看