RepReplicationSendDump Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RepReplicationSendDump Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RepReplicationSendDump Table

Collapse All Expand All

iVend Database Database : RepReplicationSendDump Table

Description

stores the information that has to be sent using replication service between store and HO.

Properties

Creation Date

12/9/2015 3:35 PM

File Group

PRIMARY

Text File Group

PRIMARY

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

ReplicationSendDumpKey

Primary key holds the value of the Replication Transaction key prepared for replication.

VarWChar

50

 

 

 

 

SourceType

Refers to the Object Id of the prepared record.

Integer

4

 

 

 

 

SourceKey

Refers to the Primary Key of the prepared record.

VarWChar

50

 

 

 

 

BatchKey

Refers to the Batch Key of the prepared record.

VarWChar

50

 

 

 

 

OperationType

Refers to the Operation Type of the prepared record. Add -0, Edit -1, Soft delete - 2, Hard Delete - 3

SmallInt

2

 

 

 

 

Flag

Refers to the flag of the prepared record.

Boolean

1

 

 

 

 

StoreId

Refers to the Site Id of the prepared record.

VarWChar

50

dbimages_tick

 

 

 

FromSBO

Refers to whether the record originated from SBO .

Boolean

1

dbimages_tick

 

 

 

Sender

For future use

VarWChar

50

dbimages_tick

 

 

 

Receiver

For future use

VarWChar

50

dbimages_tick

 

 

 

InsertQuery

Holds the prepared statement to be executed.

LongVarWChar

16

dbimages_tick

 

 

 

UpdateQuery

Holds the prepared statement to be executed.

LongVarWChar

16

dbimages_tick

 

 

 

DeleteQuery

Holds the prepared statement to be executed.

LongVarWChar

16

dbimages_tick

 

 

 

SeqenceNo

Refers to the Sequence Number in which replication records were prepared for sending.

BigInt

8

 

 

 

 

TargetSite

Refers to the Site Id(s) which will pick up the prepared record.

VarWChar

4000

dbimages_tick

 

 

 

ProcessDate

Refers to the date time when the record was prepared.

DBTimeStamp

4

dbimages_tick

(getdate())

 

Indexes

Index

Description

Primary

Unique

IX_RepReplicationSendDump

 

 

 

IX_RepReplicationSendDump_1

 

 

 

IX_RepReplicationSendDump_2

 

 

 

IX_RepReplicationSendDump_3

 

 

 

PK_RepReplicationSendDump_1

 

dbimages_tick

dbimages_tick

Objects that depend on RepReplicationSendDump

 

Database Object

Object Type

Description

Dep Level

ClearOfflinePOSData procedure

ClearOfflinePOSData

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RepReplicationSendDump](

[ReplicationSendDumpKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[SourceType] [int] NOT NULL,

[SourceKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[BatchKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[OperationType] [smallint] NOT NULL,

[Flag] [bit] NOT NULL,

[StoreId] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[FromSBO] [bit] NULL,

[Sender] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[Receiver] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[InsertQuery] [nvarchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[UpdateQuery] [nvarchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[DeleteQuery] [nvarchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[SeqenceNo] [bigint] IDENTITY(1,1) NOT NULL,

[TargetSite] [nvarchar](4000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[ProcessDate] [datetime] NULL,

CONSTRAINT [PK_RepReplicationSendDump_1] PRIMARY KEY CLUSTERED

(

[ReplicationSendDumpKey] ASC

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

) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

ALTER TABLE [dbo].[RepReplicationSendDump] ADD CONSTRAINT [DF_RepReplicationSendDump_ProcessDate] DEFAULT (getdate()) FOR [ProcessDate]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.