Full-text search allows fast and flexible indexing for
keyword-based query of text data stored in a Microsoft SQL Server 2005
database. There are many enhancements made to the full-text search. In sql
server 2005 it uses the MSSearch functionality. The concept of ranking is also
included in this version. Ranking can give a score about the relevance of the
search made. In this article we tried to expose all the basic functionalities
of full-text search.