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
 how to use full text search in sql??

Author  Topic 

chandu123
Starting Member

11 Posts

Posted - 2009-05-16 : 22:19:18
hi i want to use search in my asp.net application using sql.I heard that full text search is used to search the content in our pages.help me on this.THANKS.

**chandu**

malaytech2008
Yak Posting Veteran

95 Posts

Posted - 2009-05-17 : 00:28:02
To use FTE, You first enabled the FTE on the DATABASE. Then rt click the table you want to use FTE and define the FTE.

Malay
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-17 : 03:00:58
see this

http://sqlserverpedia.com/wiki/FTS_-_How_to_use_TSQL_to_Create_Full-Text_Indexes
Go to Top of Page
   

- Advertisement -