Contents Index Design issues overview Design tips for performance

SQL Remote User's Guide
  SQL Remote Design for Adaptive Server Anywhere
    Publication design for Adaptive Server Anywhere

Conditions for valid articles


All columns in the primary key must be included in the article.

Supporting INSERTS at remote databases 

For INSERT statements at a remote database to replicate correctly to the consolidated database, you can exclude from an article only columns that can be left out of a valid INSERT statement. These are:

If you exclude any column that does not satisfy one of these requirements, INSERT statements carried out at a remote database will fail when replicated to the consolidated database.

Using BEFORE triggers as an alternative 
An exception to this case is when the consolidated database is an Adaptive Server Anywhere database, and a BEFORE trigger has been written to maintain the columns that are not included in the INSERT statement.

Contents Index Design issues overview Design tips for performance