Click here to Skip to main content
15,886,071 members
Home / Discussions / Database
   

Database

 
Generalgetting list of parameters of a stored procedure in sql server 2005 Pin
I Never Look Behind30-Dec-07 23:48
I Never Look Behind30-Dec-07 23:48 
GeneralRe: getting list of parameters of a stored procedure in sql server 2005 Pin
N a v a n e e t h31-Dec-07 1:27
N a v a n e e t h31-Dec-07 1:27 
GeneralRe: getting list of parameters of a stored procedure in sql server 2005 Pin
I Never Look Behind31-Dec-07 2:01
I Never Look Behind31-Dec-07 2:01 
GeneralDifference between Candidate Key and Unique Key Pin
.NET- India 30-Dec-07 19:20
.NET- India 30-Dec-07 19:20 
GeneralRe: Difference between Candidate Key and Unique Key Pin
vimal_yet30-Dec-07 19:23
vimal_yet30-Dec-07 19:23 
QuestionHow do we implement "Did you mean" like functionality Pin
www.Developerof.NET30-Dec-07 7:04
www.Developerof.NET30-Dec-07 7:04 
AnswerRe: How do we implement "Did you mean" like functionality Pin
Colin Angus Mackay30-Dec-07 12:35
Colin Angus Mackay30-Dec-07 12:35 
AnswerRe: How do we implement "Did you mean" like functionality Pin
Mark Churchill30-Dec-07 16:20
Mark Churchill30-Dec-07 16:20 
SQL has a SOUNDSLIKE function to perform this type of matching. Theres also another function, who's name I can't rememeber which lets your control the 'fuzzyness'. Both these functions turn a word into a code - where Mikael and Michael would return the same code.

You could use this against a wordlist to make suggestions if the number of results is low. If the number of results for a search is high then you can add that to the wordlist. When suggesting you pick the highest & closest match. This will then evolve over time to your unique dataset.


AnswerRe: How do we implement "Did you mean" like functionality [modified] Pin
GuyThiebaut31-Dec-07 0:41
professionalGuyThiebaut31-Dec-07 0:41 
Generalquery Pin
neoghy28-Dec-07 22:05
neoghy28-Dec-07 22:05 
GeneralRe: query Pin
Usharva29-Dec-07 0:06
Usharva29-Dec-07 0:06 
GeneralPrimary key in SQL Server Pin
.NET- India 28-Dec-07 18:55
.NET- India 28-Dec-07 18:55 
GeneralRe: Primary key in SQL Server [modified] Pin
Paul Conrad29-Dec-07 7:02
professionalPaul Conrad29-Dec-07 7:02 
GeneralRe: Primary key in SQL Server Pin
mr_lasseter29-Dec-07 18:37
mr_lasseter29-Dec-07 18:37 
GeneralRe: Primary key in SQL Server Pin
Paul Conrad30-Dec-07 5:08
professionalPaul Conrad30-Dec-07 5:08 
QuestionCreateing column primary key and contains of 3 characters and 6 auto increment numbers (example: "DLL - 123456") Pin
adel.atef28-Dec-07 16:37
adel.atef28-Dec-07 16:37 
GeneralRe: Createing column primary key and contains of 3 characters and 6 auto increment numbers (example: "DLL - 123456") Pin
vimal_yet28-Dec-07 18:09
vimal_yet28-Dec-07 18:09 
GeneralRe: Createing column primary key and contains of 3 characters and 6 auto increment numbers (example: "DLL - 123456") Pin
Marek Grzenkowicz31-Dec-07 0:39
Marek Grzenkowicz31-Dec-07 0:39 
QuestionAny query?? Pin
omegazafer28-Dec-07 10:01
omegazafer28-Dec-07 10:01 
AnswerRe: Any query?? Pin
Chris Meech28-Dec-07 10:04
Chris Meech28-Dec-07 10:04 
GeneralRe: Any query?? Pin
Paul Conrad28-Dec-07 10:22
professionalPaul Conrad28-Dec-07 10:22 
AnswerRe: Any query?? Pin
GuyThiebaut28-Dec-07 10:27
professionalGuyThiebaut28-Dec-07 10:27 
GeneralRe: Any query?? Pin
KANGAROO_2-Jan-08 1:03
KANGAROO_2-Jan-08 1:03 
GeneralSql2000 Pin
Aman.Jen28-Dec-07 0:08
Aman.Jen28-Dec-07 0:08 
GeneralRe: Sql2000 Pin
Colin Angus Mackay28-Dec-07 0:19
Colin Angus Mackay28-Dec-07 0:19 

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.