In my previous post, I discussed the function used to split a string into a table of tokens. Very useful instead creating a cursor.
Now, with SQL 2005/2008, it became easier and faster to do the same job using XML parsing.
I found this function online, written by Jacob Sebastian which is much faster than my old one:
Read the rest of this entry »









