sp_text_configure

Description

(Enhanced version only)

Displays or changes Full-Text Search engine configuration parameters.

Syntax

sp_text_configure server_name [, config_name [, config_value]]

Parameters

server_name

– is the name of the Full-Text Search engine.

config_name

– is the name of the configuration parameter to be displayed or modified.

config_value

– is the value you assign to the configuration parameter.

Examples

Example 1

sp_text_configure KRAZYCAT, backdir, "/data/backup"

Changes the backup destination directory to /data/backup.

Example 2

sp_text_configure KRAZYCAT, backdir

Displays the backup destination directory.

Usage

Messages

Permissions

Any user can execute sp_text_configure.