Converting Delimited Columns Into Rows
Download Source Files: Here I’ve seen a lot of post recently asking how can I search within a field of delimited values or join to a list of delimited values. The truth is its very difficult. The best approach is to turn that list of values from a rows into a columns. In this post I’m going to show you a table valued udf that will do that for you.