All Tags »
Performance »
XML »
T-SQL (RSS)
Sorry, but there are no more tags available to filter with.
-
So I was doing some research on which is the best way to pass multiple-valued parameters into a stored procedure or user-defined function when I found some interesting results. I had always used a string-based user-defined function to parse a delimited list of values and I knew I could use XML to do the same thing, yet I had never compared the two ...