DDL Replication

Replication of data definition language (DDL) commands is supported, but only to to Microsoft SQL Server databases.

Note: No translation or adjustment of DDL commands is provided by Replication Agent. DDL commands should therefore be replicated only to other Microsoft SQL Server databases.

Replication of DDL commands is enabled or disabled in Replication Agent using the pdb_setrepddl command. Replication Server uses the ddl_username parameter to execute DDL commands in the replicate database as the same user who executed the DDL commands in the primary database.

See Replication Agent Reference Manual > Command Reference > pdb_setrepddl and Replication Agent Reference Manual > Configuration Parameters > ddl_username for details on using pdb_setrepddl and ddl_username.