Previous Topic: Wgn3BLOBDeletionNext Topic: Wgn3CheckpointACK


Wgn3Checkpoint

This table holds the definitions of replication Checkpoints created on the CMS. The table is only populated on the CMS. The CheckpointID (the CPID column) is used as an unenforced Foreign Key by the Wgn3CheckpointACK table.

Column

Primary Key

Datatype

Length

Notes

CpID

Unique ID of the checkpoint.

Yes

IDENTITYDEF

8

 

CpTimestamp

Time at which the checkpoint was generated.

 

TIMESTAMP

8

 

CpLevel

Currently unused

 

INTEGER

4

Currently always 0

CpDescription

Description supplied when the checkpoint was generated

 

LONGVARCHAR