sp_text_kill

Description

Terminates all connections to a specific text index.

Syntax

sp_text_kill index_table_name

Parameters

index_table_name

is the name of the text index from which all connections are terminated. index_table_name has the form [dbname.[owner.]]table, where:

  • dbname is the name of the database containing the index table. If present, the owner or a placeholder is required.

  • owner is the name of the owner of the index table.

  • table is the name of the index table.

Examples

Example 1

Terminates all existing connections to the text index i_blurbs:

sp_text_kill "i_blurbs"

Usage

Messages

Permissions

Only user “sa” can execute sp_text_kill.

See also

sp_drop_text_index