SQL Server Parsing a string into a table

Recently someone asked how to break apart multiple values stored together in a single field.  I’ve written a number of variations of functions that perform this task in SQL Server. Purpose Some of you may ask why would you ever do such a thing.  You

Read more…