Chapter 14. Utilities and Options Reference
relationships”on page 164.
Verify_thresholdoption Ifthe data type of a column is longer than the
threshold,old values for the column are not verified when an UPDATE is
replicated. The default setting is 1000.
Thisoption keeps the size of SQL Remote messages down, but has the
disadvantagethat conflicting updates of long values are not detected.
Verify_all_columnsoption Thedefault setting is OFF. When set to ON,
messagescontaining updates published by the local database are sent with
allcolumn values included, and a conflict in any column triggers a
RESOLVEUPDATEtrigger at the subscriber database.
Theextraction utility for Adaptive Server Enterprise sets the public option in
remoteAdaptive Server Anywhere databases to match the setting in the
AdaptiveServer Enterprise database.
Examples Thefollowing statement sets the Verify_all_columns option to OFF in
AdaptiveServer Anywhere, for all users:
SET OPTION PUBLIC.Verify_all_columns = ’OFF’
Thefollowing statements set the Verify_all_columns option to OFF in
AdaptiveServer Enterprise:
exec sp_remote_option Verify_all_columns, ’OFF’
go
InAdaptive Server Enterprise, replication options are used only by
SQLRemote.
319