sp_configure 'enable rep agent threads'

Description

Enables or disables RepAgent thread integration in the Adaptive Server.

Syntax

sp_configure 'enable rep agent threads'[, 1 | 0]

Parameters

1

Enables RepAgent integration for the data server.

0

Disables RepAgent integration for the data server.

Usage

Permissions

sp_configure requires “sa” or “sso” permission to modify configuration parameters.

Anyone can execute sp_configure to display information about parameters and their values.

See also

sp_config_rep_agent and more information about sp_configure in the Adaptive Server Enterprise Reference Manual.