title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | f1_keywords | helpviewer_keywords | dev_langs | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sp_replrestart (Transact-SQL) |
sp_replrestart is used by transactional replication during backup and restore. |
markingmyname |
maghan |
randolphwest |
08/22/2024 |
sql |
replication |
reference |
|
|
|
[!INCLUDE SQL Server SQL MI]
Used by transactional replication during backup and restore so that the replicated data at the Distributor is synchronized with data at the Publisher. This stored procedure is executed at the Publisher on the publication database.
Important
sp_replrestart
is an internal replication stored procedure and should only be used when restoring a database published in a transactional replication topology as directed in Strategies for Backing Up and Restoring Snapshot and Transactional Replication.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
sp_replrestart
[ ; ]
None.
0
(success) or 1
(failure).
sp_replrestart
is used when the highest log sequence number (LSN) value at the Distributor doesn't match the highest LSN value at the Publisher.
Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_replrestart
.