User's Manual

Chapter 18. Command Reference for Adaptive Server Enterprise
For more information on the requirements for a quiet system, see
“Making schema changes” on page 275.
Examples The following statement changes an article in the SalesRepData publication
that takes information from the Customer table, so that it has no
subscription expression:
sp_modify_article SalesRepData, Customer
go
The following statement changes an article in the SalesRepData publication
that takes information from the Customer table, so that it has a subscription
expression that is the rep_key column:
sp_modify_article SalesRepData, Customer,
NULL, rep_key
go
399