Click here to Skip to main content
15,898,035 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to take a number which compare nearby some numbers ? Pin
Shameel23-Nov-09 22:01
professionalShameel23-Nov-09 22:01 
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 
SOUNDEX function is the simplest way to start. But it matches only based on phonetic similarities. For example, 'Mohammed' and 'Mohamed' will match but not 'Mohd', since it has a completely different pronounciation. You need to write your own function to take care of such cases, probably by storing canonical forms of common names and comparing it with the input.
AnswerRe: Similarity search in SQL Pin
David Skelly23-Nov-09 23:05
David Skelly23-Nov-09 23:05 
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 

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.