2
votes
How to return multiple values in one column (T-SQL)?
My boss wrote up an article on this way back 2003: Concatenation with COALESCE
…
3
votes
how to determine if a record in every source, represents the same person
I've had to do something similar before and what I did was use a double metaphone phonetic search on the names.
…
