Tag: full-text index

Pro Members SQL Server Standard Members

Tips for using full-text search in SQL Server 2019

Tips for using full-text search in SQL Server 2019 Make full-text index population during periods of low database access. Because full-text index population takes some time, these updates should be scheduled during CPU idle time and slow production periods. Reduce the full-text unique key size. To create a full-text index, the table to be indexed must have a unique index....

This content is for Pro Member, Pro, Standard Member, Standard, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register
SQL Server

Troubleshooting SQL Server 2014 full-text search

Troubleshooting SQL Server 2014 full-text search If you have problems with SQL Server 2014 full-text search, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because some SQL Server 2014 full-text search bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time […]

Pro Members SQL Server Standard Members

Tips for using full-text search in SQL Server 2014

Tips for using full-text search in SQL Server 2014 Reduce the full-text unique key size. To create a full-text index, the table to be indexed must have a unique index. Try to select a numeric column as the full-text unique key to increase the speed of full-text population. If the table to be indexed does not have numeric unique index,...

This content is for Pro Member, Pro, Standard Member, Standard, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register
Pro Members SQL Server Standard Members

Understanding SQL Server Full-text Indexing – (Part 2)

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...

This content is for Pro Member, Pro, Standard Member, Standard, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register
Pro Members SQL Server Standard Members

Understanding SQL Server Full-text Indexing – (Part 1)

Understanding SQL Server Full-text Indexing – (Part 1) Author: Basit A. Farooq In this part, you will learn about full-text indexing, how to configure an SQL Server instance to support full-text search, and how to create full-text index using SQL Server Management Studio. Introduction: SQL Server allows applications and users to execute full- text search queries against character based data...

This content is for Pro Member, Pro, Standard Member, Standard, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register
Pro Members SQL Server Standard Members

Troubleshooting problems with indexes in SQL Server 2008 R2

Troubleshooting problems with indexes in SQL Server 2008 R2 If you have problems with indexes in SQL Server 2008 R2, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 index bugs were fixed in SQL Server service packs, you should install the latest SQL Server...

This content is for Pro Member, Pro, Standard Member, Standard, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Log In Register