Click here to Skip to main content
15,902,198 members
Home / Discussions / Database
   

Database

 
AnswerRe: Setting password to my own SQL database. Pin
Jerry Hammond10-Jun-09 5:35
Jerry Hammond10-Jun-09 5:35 
GeneralAbout .mdf Database..... Pin
Isaac Gordon9-Jun-09 20:22
Isaac Gordon9-Jun-09 20:22 
GeneralRe: About .mdf Database..... Pin
Jerry Hammond10-Jun-09 5:38
Jerry Hammond10-Jun-09 5:38 
QuestionNeed Query for this Pin
sujithkumarsl9-Jun-09 19:31
sujithkumarsl9-Jun-09 19:31 
AnswerRe: Need Query for this Pin
_Damian S_9-Jun-09 19:37
professional_Damian S_9-Jun-09 19:37 
GeneralRe: Need Query for this Pin
sujithkumarsl9-Jun-09 20:08
sujithkumarsl9-Jun-09 20:08 
AnswerRe: Need Query for this Pin
sujithkumarsl9-Jun-09 19:43
sujithkumarsl9-Jun-09 19:43 
GeneralRe: Need Query for this Pin
_Damian S_9-Jun-09 19:47
professional_Damian S_9-Jun-09 19:47 
GeneralRe: Need Query for this Pin
sujithkumarsl9-Jun-09 20:08
sujithkumarsl9-Jun-09 20:08 
Questioncross query question in access 2007 (sum & avg) Pin
E_Gold9-Jun-09 19:31
E_Gold9-Jun-09 19:31 
AnswerRe: cross query question in access 2007 (sum & avg) Pin
E_Gold9-Jun-09 19:31
E_Gold9-Jun-09 19:31 
AnswerRe: cross query question in access 2007 (sum & avg) Pin
_Damian S_9-Jun-09 19:46
professional_Damian S_9-Jun-09 19:46 
GeneralRe: cross query question in access 2007 (sum & avg) Pin
E_Gold10-Jun-09 0:14
E_Gold10-Jun-09 0:14 
Questionpassword protect sql views Pin
Anoop Brijmohun9-Jun-09 4:57
Anoop Brijmohun9-Jun-09 4:57 
AnswerRe: password protect sql views Pin
Mycroft Holmes9-Jun-09 14:45
professionalMycroft Holmes9-Jun-09 14:45 
Questionconnection parameters in configuration file Pin
Fadi Yoosuf9-Jun-09 4:29
Fadi Yoosuf9-Jun-09 4:29 
AnswerRe: connection parameters in configuration file Pin
Eddy Vluggen9-Jun-09 7:30
professionalEddy Vluggen9-Jun-09 7:30 
AnswerRe: connection parameters in configuration file Pin
Mycroft Holmes9-Jun-09 14:47
professionalMycroft Holmes9-Jun-09 14:47 
QuestionRe: connection parameters in configuration file Pin
Fadi Yoosuf10-Jun-09 8:12
Fadi Yoosuf10-Jun-09 8:12 
AnswerRe: connection parameters in configuration file Pin
Mycroft Holmes10-Jun-09 12:59
professionalMycroft Holmes10-Jun-09 12:59 
QuestionConfusion on Full Text Searching Pin
Brendan Vogt9-Jun-09 3:33
Brendan Vogt9-Jun-09 3:33 
AnswerRe: Confusion on Full Text Searching Pin
Eddy Vluggen9-Jun-09 7:23
professionalEddy Vluggen9-Jun-09 7:23 
You can use the CONTAINS-statement to search for pieces of text. It's not very usefull if you want to search for multiple parts; you'd have to check each text-column in each table for each word that the user types. Short example, we search our db for the text "Hello world".

Now, what should happen if table A holds this exact string, and table B has a text-field that starts with the word "World" and ends with the words "Hello, hello!"?

Worse, what happens when the user searches for the text "This is the world?" Would it find both records, or would it show those records that have the most occurences of the word "the"? These noise-words should be filtered to ensure relevant results.

All in all, FTS[^] isn't just a query you implement (although that can be starting-point for building your own), and most people that are using SQL Server resort to the text-indexing service of MSSQL[^].

You could also consider Lucene[^], there are some articles here[^] on CP on integrating it into your application.

Good luck Smile | :)

I are troll Smile | :)

QuestionPerfomance Question on the Following Query Pin
Vimalsoft(Pty) Ltd8-Jun-09 22:39
professionalVimalsoft(Pty) Ltd8-Jun-09 22:39 
AnswerRe: Perfomance Question on the Following Query Pin
J4amieC8-Jun-09 23:00
J4amieC8-Jun-09 23:00 
GeneralRe: Perfomance Question on the Following Query Pin
Vimalsoft(Pty) Ltd8-Jun-09 23:11
professionalVimalsoft(Pty) Ltd8-Jun-09 23:11 

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.