suspend distributor

Suspends the Distributor thread for a connection to a primary database.

Syntax

suspend distributor data_server.database

Parameters

Examples

Usage

  • Use suspend distributor to suspend a Distributor thread for a logical or physical connection to a primary database.

  • To resume the Distributor thread, use resume distributor.

  • The distributor thread reads incoming primary database transactions and forwards them to subscribers. Turn off the distributor to enhance performance in a warm-standby-only environment that has only a standby database and no subscribers.

Permissions

suspend distributor requires “sa” permission.

Related reference
resume distributor