Chapter 13. Using SQL Remote with Replication Server
Architecture for Replication Server/SQL Remoteinstallations
Thearrangement for using a database as a Replication Server primary site
andas a SQL Remote database is illustrated in the following diagram. The
diagramillustrates a case where the stable queue is held in a different
databasefrom the data being replicated. Thestable queue may alternatively
beheld in the same database as the data being replicated. Allconnections
areclient/server connections, and so the components may be running on the
sameor different machines.
SQL Remote
Open Server
SQL
Remote
Open
Server
Adaptive
Server
Enterprise
Replication
Agent
Replication
Server
SQL Remote
Message
Agent
To remote
databases
Stable
Queue

How the pieces fit together

TheSQL Remote Open Server acts as a replicate database in the Replication
Serversetup, and so replication definitions and subscriptions are required in
theAdaptive Server Enterprise database on all tables participating in
SQLRemote replication and on several of the SQL Remote system tables.
Contentsof the stable
queue Alloperations are replicated to the SQL Remote Open Server, which stores
themin the stable queue. Thestable queue does not have copies of the tables
beingreplicated. Itparses the inserts, updates, and deletes to build
transactions. All transactions are stored in an image column of a single
279