How do I parse data from one column to many columns with no delimiters?
I have a column with NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN, I want to parse each position as a seperate column. How would one do the data row is not delimited at all?
I would like to do this in ssis... or should it be a clr
%!!|1||NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN|NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
SUBSTRINGfunction, although you would have to do one for each output column. – ConcernedOfTunbridgeWells Apr 12 '12 at 8:21