CfgAuditLogFilter Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgAuditLogFilter Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgAuditLogFilter Table

Collapse All Expand All

iVend Database Database : CfgAuditLogFilter Table

Description

System Table. Defines for which columns the logs will be captured.

Properties

Creation Date

9/18/2015 10:05 AM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

683

Data Space Used

48.00 KB

Index Space Used

16.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

LogFilterKey

System generated Primary key of the table.

VarWChar

50

 

 

 

 

ObjectId

Refers to the id of the object being logged.

Integer

4

dbimages_tick

 

 

 

ColumnName

Refers to column name of the table that is used to generate query to fetch data to be logged

VarWChar

255

 

 

 

Indexes

Index

Description

Primary

Unique

PK_LogFilter

 

dbimages_tick

dbimages_tick

Objects that depend on CfgAuditLogFilter

 

Database Object

Object Type

Description

Dep Level

DataNotification procedure

DataNotification

Stored Procedure

 

2

LogAuditInformation procedure

LogAuditInformation

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgAuditLogFilter](

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

[ObjectId] [int] NULL,

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

CONSTRAINT [PK_LogFilter] PRIMARY KEY CLUSTERED

(

[LogFilterKey] 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.