This is a discussion on What is a full-text index? within the SQL Server forums, part of the Microsoft SQL Server category; --> What is a full-text index? Please be gentle. Sorry for not looking it up in the help or on ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Water Cooler v2 (wtr_clr@yahoo.com) writes: > What is a full-text index? Please be gentle. Sorry for not looking it > up in the help or on the Web. Be kind. A full-text index permits you to quick search text for about any word. Sort of your local Google if you like. Books Online should have some more info. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |