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

Database

 
QuestionProblem with Identity Specification in SQL Server 2008 Pin
Krishnraj16-Apr-09 21:06
Krishnraj16-Apr-09 21:06 
NewsSyncFolder Pin
blazers4u16-Apr-09 19:32
blazers4u16-Apr-09 19:32 
GeneralRe: SyncFolder Pin
Ashfield16-Apr-09 20:59
Ashfield16-Apr-09 20:59 
QuestionUsing Extended stored proc's within functions / dynamic SQL Pin
ruanr16-Apr-09 1:49
ruanr16-Apr-09 1:49 
QuestionOutput Pin
jonhbt16-Apr-09 1:30
jonhbt16-Apr-09 1:30 
AnswerRe: Output Pin
scottgp16-Apr-09 2:33
professionalscottgp16-Apr-09 2:33 
AnswerRe: Output Pin
Kevin Horgan16-Apr-09 21:01
Kevin Horgan16-Apr-09 21:01 
QuestionMS SQL query syntax for full text search Pin
Vishnu Nath15-Apr-09 21:56
Vishnu Nath15-Apr-09 21:56 
Hii,

I have a table in a database called dictionary.
I have four columns namely id, word , keyword and meaning.
I have indexed word, keyword and meaning column in a catalog for full text searching of any word.
I want full text searching of any word in these two column and return meaning of that word found in word and keyword column.
I searched the table for the word using following query :


 string wordSearched=textBox1.Text;
"SELECT meaning FROM dictionary WHERE CONTAINS(word, keyword, '+"wordSearched"+')";


But am unable to get the full text search result.
Am i wrong in my syntax for querying full text search.
or may be can anyone help it out giving the proper syntax to query word and keyword column.
Thanks in Advance!

Aspiring Techie,
Vishnu Nath


AnswerRe: MS SQL query syntax for full text search Pin
Rajesh Anuhya16-Apr-09 22:02
professionalRajesh Anuhya16-Apr-09 22:02 
AnswerRe: MS SQL query syntax for full text search Pin
Member 77074615-Mar-10 6:39
Member 77074615-Mar-10 6:39 
QuestionDateTime Problem Pin
jonhbt15-Apr-09 21:24
jonhbt15-Apr-09 21:24 
AnswerRe: DateTime Problem Pin
Kevin Horgan15-Apr-09 21:43
Kevin Horgan15-Apr-09 21:43 
GeneralRe: DateTime Problem Pin
jonhbt15-Apr-09 22:05
jonhbt15-Apr-09 22:05 
GeneralRe: DateTime Problem Pin
Kevin Horgan15-Apr-09 22:19
Kevin Horgan15-Apr-09 22:19 
GeneralRe: DateTime Problem Pin
jonhbt15-Apr-09 22:43
jonhbt15-Apr-09 22:43 
AnswerRe: DateTime Problem Pin
Kevin Horgan15-Apr-09 22:55
Kevin Horgan15-Apr-09 22:55 
GeneralRe: DateTime Problem Pin
jonhbt15-Apr-09 23:11
jonhbt15-Apr-09 23:11 
QuestionWhat is the meaning of Output Variable in sp_xml_preparedocument Pin
kiran.parab15-Apr-09 19:20
kiran.parab15-Apr-09 19:20 
QuestionLogin failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
bLeZy15-Apr-09 17:07
bLeZy15-Apr-09 17:07 
AnswerRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
Ashfield15-Apr-09 20:59
Ashfield15-Apr-09 20:59 
GeneralRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
ap_wooka27-May-10 10:11
ap_wooka27-May-10 10:11 
GeneralRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
Ashfield27-May-10 23:09
Ashfield27-May-10 23:09 
GeneralRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
poparosa27-Oct-10 8:35
poparosa27-Oct-10 8:35 
AnswerRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
liviucatrina13-Apr-10 4:24
liviucatrina13-Apr-10 4:24 
GeneralSQL IF statement Pin
DBLearner15-Apr-09 8:31
DBLearner15-Apr-09 8:31 

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.