I am bit confused about the Full Text search in SQL Server 2005/2008. What I understand with this is that if use has entered a complete line [let say someone searched for – “BMW Europe edition 2010”]. Than full text search will search & break this query and search it on the columns we specified [Let say we defined the column – Carname, Country, Year]. So the result set will be the list of all cars which either contains BMW, Europe or 2010, all or any two.
Am I correct? If not please let me know the feature and use of Full Text Search as I am novice in SQL Server.
Also, id there any other kind of search available in SQL Server 2005/2008 edition.
You can find more about full text search at below mentioned URL.
http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/
http://blog.sqlauthority.com/2009/12/26/sql-server-whitepaper-sql-server-2008-full-text-search-internals-and-enhancements/