Chapter 18. Command Referencefor Adaptive Server Enterprise
sp_remote_option procedure
Purpose Toset a SQL Remote option.
Syntax sp_remote_option option_name,
option_value
Argument Description
option_name
Thename of one of the SQL Remote options
option_value
Thevalue to which the option is set.
Seealso “SQLRemote options” on page 315.
Description The SQL Remote options providecontrol over replication behavior. The
followingoptions are available in Adaptive Server Enterprise:
OPTION VALUES DEFAULT
Blob_threshold Integer,in K 256
Compression -1to 9 6
Delete_old_logs ON,OFF OFF
Qualify_owners ON,OFF ON
Quote_all_identifiers ON,OFF OFF
Replication_error
procedure-name
NULL
SR_Date_Format
time-string
hh:mm:ss.Ssssss
SR_Time_Format
date-string
yyyy/mm/dd
SR_Timestamp_Format
timestamp-string
yyyy/mm/dd
hh:nn:ss.Ssssss
Subscribe_by_remote ON,OFF ON
Verify_threshold
integer
256
Verify_all_columns ON,OFF OFF
Fora complete description of these options, see “SQL Remote options”
onpage 315.
Example Thefollowing statement sets the Verify_all_columns option to OFF, so
thatold values of update statements applied by the Message Agent are
notchecked automatically for all columns.
425