sys.sp_repldone
general #stored-procedure
Description
Updates the record that identifies the last distributed transaction of the server. This stored procedure is executed at the Publisher on the publication database. The log sequence number (LSN) of the first record for the last distributed transaction of the manually, you can invalidate the order and consistency of delivered transactions.
Syntax
sp_repldone [ @xactid = ] xactid
, [ @xact_seqno = ] xact_seqno
[ , [ @numtrans = ] numtrans ]
[ , [ @time = ] time ]
[ , [ @reset = ] reset ]
[ ; ]