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

  • 相关阅读:
    jQuery 参考手册
    jQuery 参考手册
    ASP.NET框架例举
    判断checkbox是否选中
    ajax动态添加的li不能绑定click事件
    缓存代码备用
    关于ajax伪实时动态下拉显示最新数据
    JavaScript中,格式化DateTime
    jquery判断id是否存在
    SSI-Server Side Inclued
  • 原文地址:https://www.cnblogs.com/jenrrychen/p/4747956.html
Copyright © 2011-2022 走看看