Viewing 4 posts - 1 through 4 (of 4 total)
Out of interest, what other fuzzy search methods do people use?
Metaphone comes to mind.
September 22, 2012 at 10:46 pm
#1541136
If we add a timestamp/rowversion column will the CHECKSUM_AGG() not always give accurate results?
May 24, 2011 at 12:22 pm
#1329306
Thanks! You're correct.
I should have thought of timestamp/rowversion instead of datetime.
May 23, 2011 at 8:13 am
#1328468
What if you add a column UPDATED_ON of type datetime with default to GETDATE() ?
I suppose that it would make it work.
May 23, 2011 at 6:29 am
#1328419