Collection Contents 上一页 下一页 PDF

SQL Remote 用户指南

Adaptive Server Enterprise 的命令参考

sp_remote_option 过程


作用 

设置 SQL Remote 选项。

语法 

sp_remote_option option_name,
option_value

参数 说明
option_name SQL Remote 选项之一的名称
option_value 为选项设置的值。
另请参见 

SQL Remote 选项.

说明 

SQL Remote 选项提供对复制行为的控制。在 Adaptive Server Enterprise 中,以下选项可用:

选项 缺省值
Blob_threshold 整数,单位为 K 256
Compression -1 9 6
Delete_old_logs ONOFF OFF
Qualify_owners ONOFF ON
Quote_all_identifiers ONOFF OFF
Replication_error 过程名 NULL
SR_Date_Format 时间字符串 hh:mm:ss.Ssssss
SR_Time_Format 日期字符串 yyyy/mm/dd
SR_Timestamp_Format 时间戳字符串 yyyy/mm/dd hh:nn:ss.Ssssss
Subscribe_by_remote ON、OFF ON
Verify_threshold integer 256
Verify_all_columns ON、OFF OFF

有关这些选项的完整说明,请参见 SQL Remote 选项

示例 

Collection Contents 上一页 下一页 PDF