Chapter 18. Command Referencefor Adaptive Server Enterprise
Formore information on the requirements for a quiet system, see
“Makingschema changes” on page 275.
Examples Thefollowing statement changes an article in the SalesRepData publication
thattakes information from the Customer table, so that it has no
subscriptionexpression:
sp_modify_article SalesRepData, Customer
go
Thefollowing statement changes an article in the SalesRepData publication
thattakes information from the Customer table, so that it has a subscription
expressionthat is the rep_key column:
sp_modify_article SalesRepData, Customer,
NULL, rep_key
go
399