Invaluable SQL UDF Function
Thursday, June 23, 2005
I am mostly posting this as a reminder to myself: Creating a User Defined Function in SQL for Comma-Delimited Searches.
This comes in very handy when dealing with Stored Procs and comma-delimited lists.
I rewrote the Comma Split UDF to be more performant… You can find the update on my blog here: http://programcsharp.com/blog/archive/2007/02/05/21497.aspx
Posted by Chris Hynes on 02/06 at 03:40 AM