Click here to Skip to main content
15,897,334 members
Home / Discussions / Database
   

Database

 
AnswerThanks all of you... Pin
Golden Jing23-Nov-09 21:41
Golden Jing23-Nov-09 21:41 
QuestionSimilarity search in SQL Pin
Jassim Rahma21-Nov-09 9:47
Jassim Rahma21-Nov-09 9:47 
AnswerRe: Similarity search in SQL Pin
T210221-Nov-09 14:17
T210221-Nov-09 14:17 
AnswerRe: Similarity search in SQL Pin
i.j.russell21-Nov-09 14:19
i.j.russell21-Nov-09 14:19 
AnswerRe: Similarity search in SQL Pin
Luc Pattyn21-Nov-09 14:58
sitebuilderLuc Pattyn21-Nov-09 14:58 
AnswerRe: Similarity search in SQL Pin
Niladri_Biswas21-Nov-09 15:44
Niladri_Biswas21-Nov-09 15:44 
AnswerRe: Similarity search in SQL Pin
Shameel22-Nov-09 23:54
professionalShameel22-Nov-09 23:54 
AnswerRe: Similarity search in SQL Pin
David Skelly23-Nov-09 23:05
David Skelly23-Nov-09 23:05 
As noted by other posters, soundex is the easiest solution although it may not always work quite as expected.

A better "fuzzy matching" algorithm is the Levenstein algorithm which is pretty good, but you would probably have to code up your own solution for that and it might be a challenge to get it to perform over a large database. (Plenty of articles available if you Google for it.)

Or, you could use a full text search engine like Lucene or MS Search Server which might be overkill for you but which do have some nice built-in fuzzy search support. (They are intended for searching documents but you can get adaptors to run them over relational databases as well.)
Questionwhat is the Microsoft SQL Server 2005 Client version? Pin
AJ Hoge20-Nov-09 19:32
AJ Hoge20-Nov-09 19:32 
AnswerRe: what is the Microsoft SQL Server 2005 Client version? Pin
Richard MacCutchan22-Nov-09 11:47
mveRichard MacCutchan22-Nov-09 11:47 
AnswerRe: what is the Microsoft SQL Server 2005 Client version? Pin
T210222-Nov-09 12:13
T210222-Nov-09 12:13 
AnswerRe: what is the Microsoft SQL Server 2005 Client version? Pin
Shameel23-Nov-09 0:01
professionalShameel23-Nov-09 0:01 
AnswerRe: what is the Microsoft SQL Server 2005 Client version? Pin
AJ Hoge23-Nov-09 18:18
AJ Hoge23-Nov-09 18:18 
QuestionSelect Query on System::DataTables or Add System::DataTable to Database? Pin
T210220-Nov-09 12:41
T210220-Nov-09 12:41 
AnswerRe: Select Query on System::DataTables or Add System::DataTable to Database? Pin
i.j.russell22-Nov-09 11:17
i.j.russell22-Nov-09 11:17 
QuestionConversion from VARCHAR to VARBINARY in SQL Server 2008 Pin
Corporal Agarn20-Nov-09 9:57
professionalCorporal Agarn20-Nov-09 9:57 
AnswerRe: Conversion from VARCHAR to VARBINARY in SQL Server 2008 Pin
Ashfield22-Nov-09 21:02
Ashfield22-Nov-09 21:02 
GeneralRe: Conversion from VARCHAR to VARBINARY in SQL Server 2008 Pin
Corporal Agarn23-Nov-09 1:13
professionalCorporal Agarn23-Nov-09 1:13 
QuestionSSRS 2008 Report - export to CSV Pin
khandada20-Nov-09 9:05
khandada20-Nov-09 9:05 
AnswerRe: SSRS 2008 Report - export to CSV Pin
Mycroft Holmes20-Nov-09 20:38
professionalMycroft Holmes20-Nov-09 20:38 
QuestionAnd Another SQL Server Question (sorry 'bout that, Chief...) Pin
Roger Wright19-Nov-09 18:15
professionalRoger Wright19-Nov-09 18:15 
AnswerRe: And Another SQL Server Question (sorry 'bout that, Chief...) Pin
Vimalsoft(Pty) Ltd19-Nov-09 20:01
professionalVimalsoft(Pty) Ltd19-Nov-09 20:01 
GeneralRe: And Another SQL Server Question (sorry 'bout that, Chief...) Pin
Roger Wright20-Nov-09 2:08
professionalRoger Wright20-Nov-09 2:08 
GeneralRe: And Another SQL Server Question (sorry 'bout that, Chief...) Pin
Vimalsoft(Pty) Ltd20-Nov-09 2:09
professionalVimalsoft(Pty) Ltd20-Nov-09 2:09 
AnswerRe: And Another SQL Server Question (sorry 'bout that, Chief...) Pin
Shameel19-Nov-09 23:04
professionalShameel19-Nov-09 23:04 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.