Collection Contents Index The SQL Remote Open Server CHAPTER 15.  System Objects for Adaptive Server Anywhere pdf/chap14.pdf

Data Replication with SQL Remote
   PART 4. Reference
     CHAPTER 14. Utilities and Options Reference       

SQL Remote options


Function 

Replication options are database options included to provide control over replication behavior.

Anywhere Syntax 

SET [ TEMPORARY ] OPTION

... [ userid. | PUBLIC. ]option_name = [ option_value ]

Enterprise syntax: 

exec sp_remote_option option-name, option-value

Parameters 

Argument

Description

option_name

The name of the option being changed.

option-value

A string containing the setting for the option.

Description 

The following options are available.

OPTION

VALUES

DEFAULT

Blob_threshold

Integer, in K

256

Compression

-1 to 9

6

Delete_old_logs

ON, OFF

OFF

Qualify_owners

ON, OFF

OFF

Quote_all_identifiers

ON, OFF

OFF

Replication_error

procedure-name

NULL

Subscribe_by_remote

ON,OFF

ON

Verify_threshold

integer

256

Verify_all_columns

ON,OFF

OFF

These options are used by the Message Agent, and should be set for the user ID specified on the Message Agent command line. They can also be set for general public use.

The options are as follows:

The extraction utility for Adaptive Server Enterprise sets the public option in remote Adaptive Server Anywhere databases to match the setting in the Adaptive Server Enterprise database.

Examples 


Collection Contents Index The SQL Remote Open Server CHAPTER 15.  System Objects for Adaptive Server Anywhere pdf/chap14.pdf