DWStaging
 dbo.ST_ERR_CNTL_A_OVRD_LVL (Table)
  Properties
Property Value
Name ST_ERR_CNTL_A_OVRD_LVL
Schema dbo
Row Count 43357
Data Size 856 KB
Index Size 776 KB
Create Date 8/15/2012 1:36 PM
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_ST_ERR_CNTL_A
int(10, 0)
False
False
False
 
OVRD_LVL
bit(1, 0)
True
False
False
 
OVRD_LVL_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_ST_ERR_CNTL_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_ERR_CNTL_A_OVRD_LVL depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_ERR_CNTL_A_OVRD_LVL)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_ERR_CNTL_A_OVRD_LVL] Script Date: 03/09/2017 16:46:05 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_ERR_CNTL_A_OVRD_LVL](
    [ISN_ST_ERR_CNTL_A] [int] NOT NULL,
    [OVRD_LVL_COUNT] [smallint] NOT NULL,
    [OVRD_LVL] [bit] NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_ST_ERR_CNTL_A OVRD_LVL OVRD_LVL_COUNT RowUpdatedOn
61 125 false 191 2017-02-06T11:28:49.049-05:00
155 150 false 191 2017-02-06T11:28:49.283-05:00
59 173 false 191 2017-02-06T11:28:49.423-05:00
13 125 false 191 2017-02-06T11:28:49.049-05:00
99 226 false 191 2017-02-06T11:28:49.797-05:00
83 146 false 191 2017-02-06T11:28:49.22-05:00
173 138 false 191 2017-02-06T11:28:49.142-05:00
167 44 false 191 2017-02-06T11:28:48.565-05:00
40 192 false 191 2017-02-06T11:28:49.595-05:00
81 1 false 191 2017-02-06T11:28:48.3-05:00
Powered by BI Documenter