When replicating INSERT statements from a remote database to a consolidated database, you can only exclude the following columns from the publication:
Columns that allow NULL.
Columns that have defaults.
If you exclude any column that does not satisfy one of these requirements, INSERT statements carried out at a remote database fail when replicated on the consolidated database.
An exception to this example is when a BEFORE trigger is used to maintain the columns that are not included in the INSERT statement.
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |