|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > RepReplicationMasterEventLog Table |
Navigation: iVend Database Database > Tables >
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 |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
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 |
|
|
|
|
BatchKey |
Refers to the batch key of the record being replicated. |
VarWChar |
50 |
|
|
|
|
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 |
|
|
|
|
Flag |
Refers to the flag of the record being replicated. |
Boolean |
1 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
Triggers
Trigger |
Description |
|
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
© 2019 All Rights Reserved.
Send comments on this topic.