zoukankan      html  css  js  c++  java
  • [5]. Quick Reference

    This term

    Means this

    SSIS package

    A discrete executable unit of work composed of a collection of control flow and other objects, including data sources, transformations, process sequence, and rules, error and event handling, and data destinations.

    Containers

    Package objects that provide structure to packages and special services to tasks. Containers are used to support repeating control flows in packages and to group tasks. Containers can include other containers in addition to tasks.

    Tasks

    Package elements that define activities and processes, including data sources, destinations, transformations, and others.

    Precedence constraints

    Constraints that link executables, containers, and tasks within the package control flow and specify conditions that determine the sequence and conditions for determining whether executables run.

    Variables

    Storage for values that an SSIS package and its containers, tasks, and event handlers can use at run time. The scripts in the Script task and the Script component can also use variables.

    Control flow

    An SSIS package process control component used to control flow elements: the containers that provide structure in packages and services to tasks, tasks that provide functionality in packages, and precedence constraints that connect containers and tasks.

    Data flow

    An SSIS package data process control component defined from within package control flow that loads data from sources, transforms and routes it through transformations, and saves it to destinations.

    Event handler

    An SSIS package process control component used to define the process activities to be performed at the time of a specific event state for the package or for any of its tasks or containers.

    Data Pipeline

    The memory-based, multithreaded, buffered transformation process flow of data through an SSIS data flow task during package execution.

    BIDS

    SQL Server Business Intelligence Development Studio. Provides the Integration Services project in which you create packages, their data sources, and data source views.

    SSMS

    SQL Server Management Studio. Provides the Integration Services service that you use to manage packages and monitor running packages

    白发三千丈
  • 相关阅读:
    母函数做的题
    HDU2089 暴力打表
    HDU2036 改革春风吹满地
    HDU1201 水题
    高可用服务 AHAS 在消息队列 MQ 削峰填谷场景下的应用
    Nacos Committers 团队首亮相,发布 0.9.0 版本
    Dubbo Mesh 在闲鱼生产环境中的落地实践
    Watchdogs利用Redis实施大规模挖矿,常见数据库蠕虫如何破?
    阿里在使用一种更灵活的软件集成发布模式
    2019 年,容器技术生态会发生些什么?
  • 原文地址:https://www.cnblogs.com/sanpoye/p/2474803.html
Copyright © 2011-2022 走看看