I need to be able to separate words in a sentence and insert them as their own record. For example, I have a record that needs inserted:ID_____Name (str)1______Name One2______Name Two3______Name Three
I need 6 records to be inserted from the above 3 records (note the IDs)ID_____Name (str)1______Name1______One2______Name2______Two3______Name3______Three
Any help or direction on this would be greatly appreciated. I'm actually trying to achieve this in SSIS, but figured I could also do it in SQL as well.