Remotely sets on a subscription server a sysobjects category bit that marks the table as a replica.
sp_replica tabname, replicated
where
This example marks the authors table as a replica.
sp_replica authors, true
Execute permission defaults to the system administrator.
sysobjects
sp_distcounters | sp_replcleanup |
sp_replsync |