By default, the database option verify_all_columns is Off. When it is set to Off, only those columns that are updated are checked. When the verify_all_columns option is set to On, then:
All columns are verified on replicated UPDATE statements.
A RESOLVE UPDATE trigger is fired whenever any column is different.
The size of messages is bigger, because more information is sent for each UPDATE statement.
You can set the verify_all_columns option either for the PUBLIC group or just for the user contained in the SQL Remote connection string.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |