MS SQL Server Indexes Question:

Explain full-text indexing?

Tweet Share WhatsApp

Answer:

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

Download SQL Server Indexes PDF Read All 17 SQL Server Indexes Questions
Previous QuestionNext Question
Do you know what is fill factor and pad index?Explain what is it unwise to create wide clustered index keys?