Understanding SQL Server Full-text Indexing – (Part 2) Author: Basit A. Farooq In this part, you will learn how to create full-text index using Transact-SQL, and how to manage and optimize full-text search catalogs and indexes. Creating a full-text index by using Transact- SQL To create a full-text index by using Transact-SQL: If the full-text catalog you want to store…