What is full-text indexing?- Full text indexes are stored in the file system and are administered through the database.
- Only one full-text index is allowed for one table.
- They are grouped within the same database in full-text catalogs and are created, managed and dropped using wizards or stored procedures.
- It contains up to 1024 columns.
- It is defined at the table level and only one full-text index can be defined per table.
|