SSIS Design Pattern: Loading Variable-Length Rows

Posted by andyleonard on SQL Blog See other posts from SQL Blog or by andyleonard
Published on Tue, 18 May 2010 11:00:00 GMT Indexed on 2010/05/18 11:12 UTC
Read the original article Hit count: 762

Filed under:
|
|
Introduction I encounter flat file sources with variable-length rows on occassion. Here, I supply one SSIS Design Pattern for loading them. What's a Variable-Length Row Flat File? Great question - let's start with a definition. A variable-length row flat file is a text source of some flavor - comma-separated values (CSV), tab-delimited file (TDF), or even fixed-length, positional-, or ordinal-based (where the location of the data on the row defines its field). The major difference between a "normal"...(read more)

© SQL Blog or respective owner

Related posts about Design Pattern

Related posts about etl