0
kicks
SQL Server XML - Un-Making a List (or Shredding of Evidence)
In my previous blog entry described in detail how you could use the FOR XML clause to create a column with a comma-separated list of entries acquired from rows in a table somewhere.
In this article, we will do the opposite… We will take a comma-separated list and “shred” the individual items into rows.