SQL Remote system tables
Thissection describes the database tables used by SQL Remote to define and
manageSQL Remote information.
Caution

These tables are for use only by SQL Remote. Do not alter these tables or

their contents directly.

#remote table

Function Thistemporary table is created by the Message Agent to hold the name of
thecurrent remote user and of the current publisher. Thistable exists only in
AdaptiveServer Enterprise.
Columns
Column Datatype Description
current_remote_-
user
VAR-
CHAR(128)
Current remote user (from the
MessageAgent command line).
current_publisher VAR-
CHAR(128)
Currentpublisher
Description This is not a system table. When the Message Agent for Adaptive
ServerEnterprise connects to the server, it holds the value of the current
remoteuser ID and the value of the current publisher in the #remote table.
Thistemporary table is held in TEMPDB.
Thevalues from #remote can be used in conflict resolution procedures.
TheCREATE TABLE statement for this table is:
CREATE TABLE #remote (
current_remote_user varchar(128),
current_publisher varchar(128)
)
Thetable has a single row.

sr_article table

Function Eachrow describes an article in a SQL Remote publication.
Columns
338