|
|
-
|
|
This is a continuation of my previous blog post, Delimited String Tennis Anyone?, which playfully talked about a virtual T-SQL Tennis match… a friendly rally back and forth between SQL Server MVP Adam Haines and myself in discussing methods of shredding comma-delimited strings in our blogs. In my ......
|
|
-
|
|
In my previous blog entry, I 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 in......
|
|
-
|
|
SQL Server MVP Adam Haines and I have been going back and forth for months in our blogs on the subject of creating and splitting a delimited string… it’s been kind of a virtual T-SQL Tennis match… not a competition, but rather a friendly rally, knocking the subject back and forth, practicing our ski......
|
|
-
|
|
It seems like the most frequently-asked question on the MSDN T-SQL Forum is how to put together a column that contains a list of some kind.
For example, take a look at the Northwind database. There’s a Categories table and a Products table. We’d like to produce a list of all Categories......
|
|