Searching for a phrase using SQL Server Full text search -


I want to use SQL Server 2008 Full Text Search to get the archive in which the word as a whole word or Get the phrase. Not as a part of the text within the field and field. For example: I have many records in which the word 'inheritance' field contains the entire text and other fields in which the beginning of time, and the same word at the end of the text within the field. I have to get only records containing the words 'inheritance' as the whole text in the record.

Thank you.

If you want only those rows in which a specific field matches a specific string You do not have to use full-text search at all, only one common SQL query:

select from * to- whereframe = 'succession'

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -