RepReplicationSendStatusMobile Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RepReplicationSendStatusMobile Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RepReplicationSendStatusMobile Table

Collapse All Expand All

iVend Database Database : RepReplicationSendStatusMobile Table

Description

Table used to track the replication record status

Properties

Creation Date

4/13/2015 12:00 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

DeviceId

Stores the device id of the mobile

VarWChar

255

 

 

 

 

LastSequenceNo

Stores the last sequence no replicated

BigInt

8

 

 

 

 

LastErrorRecordNo

Stores the last error record key

BigInt

8

dbimages_tick

 

 

 

LastErrorString

Stores the last error message

LongVarWChar

16

dbimages_tick

 

 

 

LastInitializationSequenceNo

Stores the last initialization sequence no

BigInt

8

dbimages_tick

 

 

 

LastUpdateTime

Stores the last date time when the records were replicated

DBTimeStamp

4

dbimages_tick

(getdate())

 

Indexes

Index

Description

Primary

Unique

PK_RepReplicationSendStatusMobile

 

dbimages_tick

dbimages_tick

Objects that depend on RepReplicationSendStatusMobile

 

Database Object

Object Type

Description

Dep Level

DataNotification procedure

DataNotification

Stored Procedure

 

1

GetMobileReplicationData procedure

GetMobileReplicationData

Stored Procedure

 

1

ReplicationGetMobileSites procedure

ReplicationGetMobileSites

Stored Procedure

 

1

ReplicationMobileMonitor procedure

ReplicationMobileMonitor

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RepReplicationSendStatusMobile](

[DeviceId] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[LastSequenceNo] [bigint] NOT NULL,

[LastErrorRecordNo] [bigint] NULL,

[LastErrorString] [ntext] COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[LastInitializationSequenceNo] [bigint] NULL,

[LastUpdateTime] [datetime] NULL,

CONSTRAINT [PK_RepReplicationSendStatusMobile] PRIMARY KEY CLUSTERED

(

[DeviceId] 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].[RepReplicationSendStatusMobile] ADD CONSTRAINT [DF_RepReplicationSendStatusMobile_LastUpdateTime] DEFAULT (getdate()) FOR [LastUpdateTime]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.