• Jeff Moden (12/15/2013)

    There's a reason why these things are called "BLOBS". Splitting fixed length, fixed field blobs is nearly trivial if you know the "record layout" but when you add VARCHAR or any other variable length datatype to the mix, it isn't going to work unless there's an embedded delimiter in the data or something that identifies the start of each field for every row.

    There are no embedded delimiter only byte size is there.

    Only byte len is the starting point of every column.

    Based on the BYTE sizeneed to split the BLOB.