Working with Data in Data Flows

SQL Server 2005 Integration Services (SSIS) provides a set of data types that are used in data flows. The source that you add to a data flow converts the source data to Integration Services data types. Subsequent transformations may convert the data to different Integration Services data types, and depending on the type of data store into which data is loaded, destinations may convert the final Integration Services data type to the data type required by the destination data store. For more information, see Integration Services Data Types.

To convert the data to an Integration Services data type, a data flow component parses the data. Integration Services provides two types of data parsing: fast parse and standard parse. Most data flow components can use only standard parsing; however, the Flat File source and the Data Conversion transformation can use either fast parse or standard parse. For more information, see Parsing Data.

Many transformations compare data values. For example, the Aggregate transformation compares values for the purpose of aggregating values across a set of data rows, the Sort transformation compares values in order to sort them, and the Lookup transformation compares values against values in a separate reference table. To specify how strings should be compared, the transformation includes a set of comparison options such as whether to ignore case sensitivity, how to handle kana types in Japanese text, and whether to ignore white-space characters in the string. For more information, see Comparing String Data.

The expression evaluator also compares data values when it evaluates the expressions that variables, precedence constraints, and transformations use. For more information, see Integration Services Expression Concepts.

See Also

Other Resources

Designing and Creating Integration Services Packages

Help and Information

Getting SQL Server 2005 Assistance