Used to update the internal table structure for replication (the internal table structure indicates whether the table is being replicated).
sp_replstatus objectID, status
where
This replication stored procedure is used by the logreader process. It returns information about the publication database from which it is executed.
Executing sp_replstatus must be done in conjunction with an update of the category bit in the sysobjects table.
This example indicates the sp_replstatus is being replicated.
sp_replstatus
Execute permission defaults to the system administrator and is granted to repl_subscriber.
None.
sp_replcmds | sp_replflush |
sp_repldone | sp_repltrans |