Click here to Skip to main content
15,915,324 members
Home / Discussions / Database
   

Database

 
GeneralDataRow cast problem Pin
Andy H21-May-03 1:00
Andy H21-May-03 1:00 
GeneralRe: DataRow cast problem Pin
Arjan Einbu21-May-03 2:37
Arjan Einbu21-May-03 2:37 
GeneralRe: DataRow cast problem Pin
Andy H21-May-03 3:12
Andy H21-May-03 3:12 
GeneralDataset Diff - Pin
jmwalke120-May-03 14:22
jmwalke120-May-03 14:22 
GeneralParamaterized Queries Pin
David Salter20-May-03 11:22
David Salter20-May-03 11:22 
GeneralADO help pls Pin
BlackRider20-May-03 5:16
BlackRider20-May-03 5:16 
GeneralAttn: sql gurus, help! Pin
Member 9619-May-03 12:38
Member 9619-May-03 12:38 
GeneralRe: Attn: sql gurus, help! Pin
andyharman19-May-03 13:58
professionalandyharman19-May-03 13:58 
You could try something like:

Select DocId, Count(Distinct WordKey) From srchkey<br />
Where WordKey In (Select WordKey From srchdict<br />
                  Where WordText In ("list", "of", "words"))<br />
Group By DocId<br />
Having Count(Distinct WordKey) = 3


If you wanted to use a stored-procedure then you could pass the list of words in using a temporary table.

Have you tried using SQL-Server's own free-text indexing?

Regards
Andy
GeneralRe: Attn: sql gurus, help! Pin
Member 9619-May-03 16:41
Member 9619-May-03 16:41 
GeneralRe: Attn: sql gurus, help! Pin
Member 9620-May-03 5:15
Member 9620-May-03 5:15 
GeneralRe: Attn: sql gurus, help! Pin
Anonymous25-May-03 14:26
Anonymous25-May-03 14:26 
GeneralMostly working stored procedure revised Pin
Mike Osbahr19-May-03 11:09
Mike Osbahr19-May-03 11:09 
GeneralClarification Pin
Mike Osbahr19-May-03 16:18
Mike Osbahr19-May-03 16:18 
GeneralDesign Question Pin
Mark Sanders18-May-03 9:33
Mark Sanders18-May-03 9:33 
GeneralRe: Design Question Pin
Jeremy Oldham19-May-03 3:42
Jeremy Oldham19-May-03 3:42 
Generalcollation , locale ID Pin
Hesham Amin16-May-03 5:36
Hesham Amin16-May-03 5:36 
GeneralGot it !! Pin
Hesham Amin16-May-03 21:23
Hesham Amin16-May-03 21:23 
GeneralInstalling MSDE question Pin
DxSolo16-May-03 5:02
DxSolo16-May-03 5:02 
GeneralRe: Installing MSDE question Pin
Wayne Phipps16-May-03 21:58
Wayne Phipps16-May-03 21:58 
QuestionDatabase create code problem with deskop sql 2000? Pin
Bart-Man15-May-03 10:31
Bart-Man15-May-03 10:31 
AnswerSOLUTION Pin
Bart-Man16-May-03 5:29
Bart-Man16-May-03 5:29 
GeneralFetching Text ado.net(OLEDB) from sysbase DB Pin
vnagaraj14-May-03 8:26
vnagaraj14-May-03 8:26 
QuestionSSN Format Query? Pin
Steven Behnke14-May-03 7:03
Steven Behnke14-May-03 7:03 
Questionindependent Recordset ? Pin
AndreasSaurwein14-May-03 5:19
sussAndreasSaurwein14-May-03 5:19 
AnswerRe: independent Recordset ? Pin
Andreas Saurwein15-May-03 1:42
Andreas Saurwein15-May-03 1:42 

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.