Click here to Skip to main content
       

Database

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionACL vs SQL for fuzzy matchingmemberBen Dessau29 Nov '12 - 4:15 
We are discussing a new project that will do lots of word matching, including some fuzzy logic in the matching.
 
We are deciding between using SQL and ACL for this job, and I've been told that SQL has more fuzzy logic facilities than ACL.
 
Anyone know about this or what the additional fuzzy facilities are?
 
Thanks in advance - Ben
AnswerRe: ACL vs SQL for fuzzy matchingprotectorPete O'Hanlon29 Nov '12 - 5:07 
That's a pretty broad assumption. What variant of SQL database are you talking about here, because different engines have different features?

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: ACL vs SQL for fuzzy matchingmemberBen Dessau29 Nov '12 - 6:43 
Currently we're using Microsoft SQL Server 2008 but could upgrade to the latest for this project.
GeneralRe: ACL vs SQL for fuzzy matchingprotectorPete O'Hanlon29 Nov '12 - 6:50 
At the most basic, you're talking about Soundex matching, which isn't great. You might want to consider Full Text Indexing, which will return misspelled items if they are close enough. Of course, you can always implement your own fuzzy logic inside SQL Server, using CLR functions.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid