DWStaging
 dbo.SECURITY_USER_MODULES_A2_ACTIONS (Table)
  Properties
Property Value
Name SECURITY_USER_MODULES_A2_ACTIONS
Schema dbo
Row Count 6988
Data Size 160 KB
Index Size 160 KB
Create Date 8/15/2012 11:34 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ACTIONS
varchar(2)
True
False
False
 
ACTIONS_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_SECURITY_USER_MODULES_A2
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_SECURITY_USER_MODULES_A2, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.SECURITY_USER_MODULES_A2_ACTIONS depends on)
Name Type
  Child Dependencies (objects that depend on dbo.SECURITY_USER_MODULES_A2_ACTIONS)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[SECURITY_USER_MODULES_A2_ACTIONS] Script Date: 03/09/2017 16:45:54 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[SECURITY_USER_MODULES_A2_ACTIONS](
    [ISN_SECURITY_USER_MODULES_A2] [int] NOT NULL,
    [ACTIONS_COUNT] [smallint] NOT NULL,
    [ACTIONS] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
ACTIONS ACTIONS_COUNT cnxarraycolumn ISN_SECURITY_USER_MODULES_A2 RowUpdatedOn
PU 7 6 2083 2017-02-06T11:22:56.268-05:00
PU 6 5 1503 2017-02-06T11:22:56.237-05:00
RE 6 4 2944 2017-02-06T11:22:56.362-05:00
AD 1 0 1693 2017-02-06T11:22:56.252-05:00
NE 4 1 1851 2017-02-06T11:22:56.268-05:00
NE 7 5 2885 2017-02-06T11:22:56.362-05:00
RE 4 3 209 2017-02-06T11:22:56.159-05:00
MO 6 1 1804 2017-02-06T11:22:56.252-05:00
BR 7 4 2442 2017-02-06T11:22:56.315-05:00
PU 4 2 2653 2017-02-06T11:22:56.33-05:00
Powered by BI Documenter