Stable Queue tables
Thissection describes the database tables used by SQL Remote to define and
managethe stable queue information. Thestable queue may be kept in the
samedatabase as the SQL Remote database, or in a separate database.
Thestable queue is used only by SQL Remote for Adaptive Server
Enterprise.

sr_queue_state table

Function Asingle row table that stores persistent global information about the state of
thestable queue.
Columns
Column Datatype Description
version INT Thestable queue version number
page_id INT Transaction log page_id of the
lastentry scanned.
row_id INT Transactionlog row_id of the last
entryscanned.
confirm_offset NUMERIC(20,0) Theminimum value of the confir-
mation offsets receivedfrom all
remote users. This value is used
by the Message Agent to decide
whichtransactions can be deleted
fromthe stable queue.
commit_offset NUMERIC(20,0) The transaction log offset of the
mostrecent transaction completed
beforethe oldest incomplete trans-
action.
backup_offset NUMERIC(20,0) The transaction log offset of the
last dump database or dump
transactioncommand.
Thisinformation is used when the
MessageAgent is run with the -u
option (replicate only backed up
transactions).
350