RepReplicationSendStatus Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RepReplicationSendStatus Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RepReplicationSendStatus Table

Collapse All Expand All

iVend Database Database : RepReplicationSendStatus Table

Description

Stores the replication data status sent between stores

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

SentToSiteID

Primary Key holds the Site Id where replication records were sent.

Integer

4

 

 

 

 

LastSequenceNo

Refers to the Last Send Dump Sequence Number that was successfully sent to the site.

BigInt

8

 

 

 

 

BackupSequenceNo

Backup sequence number

BigInt

8

 

((0))

 

Indexes

Index

Description

Primary

Unique

PK_RepReplicationSendStatus

 

dbimages_tick

dbimages_tick

Objects that depend on RepReplicationSendStatus

 

Database Object

Object Type

Description

Dep Level

ReplicationUpdateSentStatus procedure

ReplicationUpdateSentStatus

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RepReplicationSendStatus](

[SentToSiteID] [int] NOT NULL,

[LastSequenceNo] [bigint] NOT NULL,

[BackupSequenceNo] [bigint] NOT NULL,

CONSTRAINT [PK_RepReplicationSendStatus] PRIMARY KEY CLUSTERED

(

[SentToSiteID] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[RepReplicationSendStatus] ADD CONSTRAINT [DF_RepReplicationSendStatus_BackupSequenceNo] DEFAULT ((0)) FOR [BackupSequenceNo]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.