Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Alters a publication.
ALTER PUBLICATION publication-name alterpub-clause
alterpub-clause : ADD TABLE table-name [ WHERE search-condition ] | ALTER TABLE table-name [ WHERE search-condition ] | { DROP | DELETE } TABLE table-name | RENAME publication-name
A publication identifies data in a remote database that is to be synchronized.
Automatic commit.
The following ALTER PUBLICATION statement adds the Customers table to the pub_contact publication.
ALTER PUBLICATION pub_contact ADD TABLE Customers