What is full text catalog in SQL Server?
Simply so, what is Full Text Search SQL Server?
Full-text search refers to the functionality in SQL Server that supports full-text queries against character-based data. These types of queries can include words and phrases as well as multiple forms of a word or phrase.
One may also ask, what does full text search mean?
In text retrieval, full-text search refers to techniques for searching a single computer-stored document or a collection in a full-text database. In a full-text search, a search engine examines all of the words in every stored document as it tries to match search criteria (for example, text specified by a user).
Connect to the SQL Server 2008 instance and expand Databases node > YOU_DATABASE_NAME > Storage. Right click Full Text Catalogs and select New Full-Text Catalog from the drop down.