Click here to Skip to main content
15,888,803 members
Home / Discussions / Database
   

Database

 
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 
AnswerCan you cache the data ? Pin
David Mujica9-Jun-09 2:48
David Mujica9-Jun-09 2:48 
GeneralRe: Can you cache the data ? Pin
Vimalsoft(Pty) Ltd9-Jun-09 20:57
professionalVimalsoft(Pty) Ltd9-Jun-09 20:57 
GeneralCheck the Execution Plan Pin
David Mujica10-Jun-09 3:28
David Mujica10-Jun-09 3:28 
GeneralRe: Check the Execution Plan Pin
Vimalsoft(Pty) Ltd10-Jun-09 3:33
professionalVimalsoft(Pty) Ltd10-Jun-09 3:33 
QuestionDB2 Update Query Problem Pin
DBLearner8-Jun-09 6:38
DBLearner8-Jun-09 6:38 
AnswerRe: DB2 Update Query Problem Pin
Kschuler8-Jun-09 11:20
Kschuler8-Jun-09 11:20 
QuestionHome Business Service Solution (2295) Pin
furqanht rauf8-Jun-09 4:14
furqanht rauf8-Jun-09 4:14 
AnswerRe: Home Business Service Solution (2295) Pin
J4amieC8-Jun-09 4:27
J4amieC8-Jun-09 4:27 
QuestionTruncate Zeros Pin
mehrdadc488-Jun-09 3:26
mehrdadc488-Jun-09 3:26 
AnswerRe: Truncate Zeros Pin
J4amieC8-Jun-09 3:56
J4amieC8-Jun-09 3:56 
GeneralRe: Truncate Zeros Pin
smcnulty20008-Jun-09 13:34
smcnulty20008-Jun-09 13:34 
AnswerRe: Truncate Zeros Pin
Lau039-Jun-09 5:35
Lau039-Jun-09 5:35 
QuestionMS ACCESS Problem Pin
jonhbt8-Jun-09 3:08
jonhbt8-Jun-09 3:08 
AnswerRe: MS ACCESS Problem Pin
paas8-Jun-09 6:03
paas8-Jun-09 6:03 

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.