Resumes all ASE Replicator components, database connections, and subscriptions that are suspended.
sp_resumerep
sp_resumerep
Resumes all ASE Replicator replication processes.
Resuming replication starts all the ASE Replicator replication system processing.
When you invoke sp_resumerep, ASE Replicator components perform the following actions:
The Publisher component evaluates the last saved locator value and starts scanning the primary database’s native Adaptive Server transaction log at the point indicated by the locator value.
The Distributor component evaluates the last saved locator value and starts scanning the stable queue at the point indicated by the locator value.
To suspend all ASE Replicator components, database connections, and subscriptions, use sp_suspendrep.
When the requested action occurs successfully, no results are returned.
When an error occurs, an error message is returned.
sp_suspendrep