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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Full Text Search

Author  Topic 

UdayDenduluri
Starting Member

4 Posts

Posted - 2007-09-14 : 07:25:56
Can any one tell me what is Full Text Search in SQL Server

Uday Denduluri
Software Engineer
Refer my articles at http://aspalliance.com/author.aspx?uId=62740

Kristen
Test

22859 Posts

Posted - 2007-09-14 : 08:51:45
Did you try Google? It would do a better job than me.

In fact it did:

http://msdn2.microsoft.com/en-us/library/ms142571.aspx

Kristen
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-14 : 23:40:48
If don't have time to check above link:

Full-text search allows fast and flexible indexing for keyword-based query of text data stored in a Microsoft SQL Server database, full-text index
stores information about significant words and their location within a given column. This information is used to quickly compute full-text queries that search for rows with particular words or combinations of words.
Go to Top of Page
   

- Advertisement -