Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Full Text Search

Author  Topic 

amodi
Yak Posting Veteran

83 Posts

Posted - 2009-07-08 : 10:49:32
Hello Friends,
I have a table with three columns as follows:
1. Sno - Primary key
2. Heading - varchar(70)
3. Content - varchar(max)

I want to do FULL TEXT SEARCH, so that if the search keyword is found in "Heading" column then it should be displayed first in the list.

I never used SQL SERVER FULL TEXT SEARCH, please help!.

Thanks.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-07-08 : 10:51:15
http://www.sqlteam.com/article/full-text-indexing-overview-and-installation
Go to Top of Page
   

- Advertisement -