DWStaging
 dbo.SECURITY_MODULE_A2_LEVELS (Table)
  Properties
Property Value
Name SECURITY_MODULE_A2_LEVELS
Schema dbo
Row Count 334
Data Size 8 KB
Index Size 24 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
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_SECURITY_MODULE_A2
int(10, 0)
False
False
False
 
LEVELS
int(10, 0)
True
False
False
 
LEVELS_COUNT
smallint(5, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_SECURITY_MODULE_A2, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.SECURITY_MODULE_A2_LEVELS depends on)
Name Type
  Child Dependencies (objects that depend on dbo.SECURITY_MODULE_A2_LEVELS)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[SECURITY_MODULE_A2_LEVELS] Script Date: 03/09/2017 16:45:53 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[SECURITY_MODULE_A2_LEVELS](
    [ISN_SECURITY_MODULE_A2] [int] NOT NULL,
    [LEVELS_COUNT] [smallint] NOT NULL,
    [LEVELS] [int] NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_SECURITY_MODULE_A2 LEVELS LEVELS_COUNT RowUpdatedOn
0 1396 1 1 2017-02-06T11:25:00.46-05:00
0 1642 1 1 2017-02-06T11:25:00.46-05:00
0 1546 1 2 2017-02-06T11:25:00.46-05:00
2 306 3 4 2017-02-06T11:25:00.46-05:00
0 1498 1 2 2017-02-06T11:25:00.46-05:00
1 294 2 6 2017-02-06T11:25:00.46-05:00
0 114 1 2 2017-02-06T11:25:00.46-05:00
1 680 2 5 2017-02-06T11:25:00.46-05:00
2 139 3 3 2017-02-06T11:25:00.46-05:00
2 1499 3 3 2017-02-06T11:25:00.46-05:00
Powered by BI Documenter