• I really like the approach Luis took to split the data. You could use the BULK INSERT into a single field from my approach and then split the values using the his CTE. I think his Dummy table is meant to implement the physical inbox table with a single field from my example in a reproducible form.