I have 700k-1M rows coming in with a comma delimited field (among others). I need to keep this column intact, but sort the rows so that I can determine duplicates. In this business case, a,3,null,40 is the same as null,40,a,3 and so on.
This can be achieved via stored proc, script component, tsql.
I found this component which does exactly what I need, I just don't have the knowledge for how to pull the script out or how to compile it into a component!
http://sortdedupdelimstring.codeplex.com/
Any help is very much appreciated.
Please let me know if I was unclear anywhere.