SSIS data stream

Source: Internet
Author: User
Tags ssis

Data flow is a new concept introduced in SQL Server 2005. Data flow is a workflow dedicated to data operations. Data streams are also called pipelines. The data flow can be considered as an assembly line, which contains multiple operations in sequence. Each node in the data stream is called a conversion. Data Flow usually starts with source conversion and ends with target conversion. Between the two transformations, the predefined data stream transformations are applied to the data in sequence. Some conversions are synchronous, such as search, conditional splitting, and data conversion. These synchronous conversions can be executed in parallel.

Once the conversion has been applied to a data row, the next conversion can start to process the data row without waiting for the upper-level conversion to process the complete data set. Some conversions are asynchronous, such as aggregation and sorting. These conversions must obtain all rows from the previous output to process and generate output for subsequent conversions.

SSIS Learning (2): Data Flow task (I)

Integration Services Learning (3): Data Flow task (2)

SSIS engineers reveal data streams to you

Writing a custom data flow component (dataflow component) for SSIS: Custom Editor

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.