Forcing replication of DDL commands to the standby database

To force replication of all supported DDL commands and system procedures for an isql session, enter:

set replication 'force_ddl'

This command enables replication of DDL commands and system procedures for tables marked with sp_setreptable.

To turn off force_ddl and return set replication to default status, enter:

set replication 'default'