RepReplicationMasterEventLog Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RepReplicationMasterEventLog Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RepReplicationMasterEventLog Table

Collapse All Expand All

iVend Database Database : RepReplicationMasterEventLog Table

Description

Stores the events for the replication of data

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

ReplicationMasterKey

Primary key that holds the Replication Transaction Key for the Master table in a replication batch.Triggers an EventNotification to be logged for a predefined list of Object Types. These Event Notifications are also loggeed for replication.

VarWChar

50

 

 

 

 

SourceType

Refers to the object type being replicated.

Integer

4

 

 

 

 

SourceKey

Refers to the primary key value of the table record being replicated.

VarWChar

50

dbimages_tick

 

 

 

BatchKey

Refers to the batch key of the record being replicated.

VarWChar

50

dbimages_tick

 

 

 

OperationType

Refers to the type of operation that was performed. Add -0, Edit -1, Soft delete - 2, Hard Delete - 3

SmallInt

2

 

 

 

 

StoreId

Refers to the SiteId where the record originated (-1 for ERP).

VarWChar

50

dbimages_tick

 

 

 

Flag

Refers to the flag of the record being replicated.

Boolean

1

 

 

 

Indexes

Index

Description

Primary

Unique

ReplicationMasterKey_PK

 

dbimages_tick

dbimages_tick

Triggers

Trigger

Description

Trg_RepNotification

 

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RepReplicationMasterEventLog](

[ReplicationMasterKey] [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 NULL,

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

[OperationType] [smallint] NOT NULL,

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

[Flag] [bit] NOT NULL,

CONSTRAINT [ReplicationMasterKey_PK] PRIMARY KEY CLUSTERED

(

[ReplicationMasterKey] ASC

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

) ON [PRIMARY]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.