sp_helplastcommit

Description

Returns information about the most recent transaction committed in the replicate database for the article specified.

Syntax

sp_helplastcommit rep_art, {conn=conn_name|sub=sub_name} 

Parameters

rep_art

is name of a replicate article. Replicate article names can be specified in the form owner.name.

conn=conn_name

is a label identifying a replicate database connection. The connection name (conn_name) must be specified in the form ds.db, where:

sub=sub_name

is a label identifying a subscription.

Examples

Example 1

sp_helplastcommit table1, "sub=subdoc"

Returns the timestamp and locator value of the most recent transaction committed for the replicate article table1 in the subscription subdoc. Also returns the validation point for the replicate article table1.

Usage

See also

sp_helplocator, sp_helprep