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

Database

 
AnswerRe: Developing complex SQL Queries Pin
Pete O'Hanlon22-Jan-07 23:23
mvePete O'Hanlon22-Jan-07 23:23 
QuestionNewbie wants to learn ADO .NET and SQL Pin
CPP_Student22-Jan-07 11:17
CPP_Student22-Jan-07 11:17 
AnswerRe: Newbie wants to learn ADO .NET and SQL Pin
User 171649222-Jan-07 13:26
professionalUser 171649222-Jan-07 13:26 
QuestionTruncation of an input string Pin
Marcus J. Smith22-Jan-07 2:38
professionalMarcus J. Smith22-Jan-07 2:38 
AnswerRe: Truncation of an input string Pin
Michael Potter22-Jan-07 4:36
Michael Potter22-Jan-07 4:36 
GeneralRe: Truncation of an input string Pin
Marcus J. Smith23-Jan-07 1:30
professionalMarcus J. Smith23-Jan-07 1:30 
GeneralRe: Truncation of an input string Pin
Michael Potter23-Jan-07 4:29
Michael Potter23-Jan-07 4:29 
QuestionFull text indexing is sql server 2000 Pin
Uma Kameswari22-Jan-07 1:40
Uma Kameswari22-Jan-07 1:40 
Hi,
I am using fulltext indexing for searching for a list of values in a given text field(which contains description).

For example this is my query.
select * from details where contains(description,'"manager" or "sales manager" or "zonal manager"')

Now I have the second part of the contians in another table. i.e '"manager" or "sales manager" or "zonal manager"' is stored in another table.
But when I am giving select statement in the second part of contains it is giving me an error. How to search for description by taking values from another table with out using loops and in a single query.

If I am using cursors and performing the search it is taking lot of time.How can I speed up?

Regards,
Uma


AnswerRe: Full text indexing is sql server 2000 Pin
Paddy Boyd23-Jan-07 1:16
Paddy Boyd23-Jan-07 1:16 
QuestionProcedure problem Pin
KETAN K.21-Jan-07 22:10
KETAN K.21-Jan-07 22:10 
AnswerRe: Procedure problem Pin
Mark J. Miller22-Jan-07 2:56
Mark J. Miller22-Jan-07 2:56 
QuestionProcedure problem Pin
KETAN K.21-Jan-07 22:02
KETAN K.21-Jan-07 22:02 
AnswerRe: Procedure problem Pin
Pete O'Hanlon21-Jan-07 22:39
mvePete O'Hanlon21-Jan-07 22:39 
QuestionDateTime error Pin
DanB198321-Jan-07 8:50
DanB198321-Jan-07 8:50 
AnswerRe: DateTime error Pin
Jon Sagara21-Jan-07 14:57
Jon Sagara21-Jan-07 14:57 
QuestionRetrieving VARCHAR out of MSSQL with ADO Pin
FreeCastle21-Jan-07 6:57
FreeCastle21-Jan-07 6:57 
AnswerRe: Retrieving VARCHAR out of MSSQL with ADO Pin
liur1721-Jan-07 21:55
liur1721-Jan-07 21:55 
GeneralRe: Retrieving VARCHAR out of MSSQL with ADO Pin
FreeCastle22-Jan-07 10:46
FreeCastle22-Jan-07 10:46 
GeneralRe: Retrieving VARCHAR out of MSSQL with ADO Pin
liur1722-Jan-07 22:07
liur1722-Jan-07 22:07 
GeneralRe: Retrieving VARCHAR out of MSSQL with ADO Pin
FreeCastle24-Jan-07 5:16
FreeCastle24-Jan-07 5:16 
QuestionParameters Problem Pin
DanB198321-Jan-07 6:26
DanB198321-Jan-07 6:26 
AnswerRe: Parameters Problem Pin
DanB198321-Jan-07 8:06
DanB198321-Jan-07 8:06 
QuestionHelp required in stored procedures Pin
www.Developerof.NET21-Jan-07 3:52
www.Developerof.NET21-Jan-07 3:52 
AnswerRe: Help required in stored procedures Pin
M.H.1.2.321-Jan-07 5:33
M.H.1.2.321-Jan-07 5:33 
QuestionInform app of changes in database content Pin
zt.Prog21-Jan-07 2:34
zt.Prog21-Jan-07 2:34 

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.