set replication

A Transact-SQL command that enables or disables replication of data definition language (DDL) and/or data manipulation language (DML) commands to the standby database for the current isql session.

Syntax

set replication [on | force_ddl | default | off]

Parameters

Usage

  • set replication requires Adaptive Server version 11.5 or later databases.

Permissions

set replication requires “sa” or “dbo” permission and replication_role.

Related reference
sp_reptostandby
sp_setreptable