SQL Remote User's Guide
SQL Remote Design for Adaptive Server Anywhere
Partitioning tables that do not contain the subscription expression
The Customer table can be partitioned using the rep_key value as a subscription expression. A publication that includes the SalesRep and Customer tables would be as follows:
CREATE PUBLICATION SalesRepData ( TABLE SalesRep TABLE Customer SUBSCRIBE BY rep_key )