DWStaging
 dbo.ST_ERR_CNTL_A_SPCL_OVRD (Table)
  Properties
Property Value
Name ST_ERR_CNTL_A_SPCL_OVRD
Schema dbo
Row Count 13
Data Size 8 KB
Index Size 24 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
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
SPCL_OVRD
varchar(4)
True
False
False
 
SPCL_OVRD_COUNT
smallint(5, 0)
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_SPCL_OVRD depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_ERR_CNTL_A_SPCL_OVRD)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_ERR_CNTL_A_SPCL_OVRD] Script Date: 03/09/2017 16:46:05 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_ERR_CNTL_A_SPCL_OVRD](
    [ISN_ST_ERR_CNTL_A] [int] NOT NULL,
    [SPCL_OVRD_COUNT] [smallint] NOT NULL,
    [SPCL_OVRD] [varchar](4) 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
cnxarraycolumn ISN_ST_ERR_CNTL_A RowUpdatedOn SPCL_OVRD SPCL_OVRD_COUNT
0 198 2017-02-06T11:28:54.821-05:00 DUAL 1
0 69 2017-02-06T11:28:54.821-05:00 DUAL 1
1 172 2017-02-06T11:28:54.821-05:00 TEST 2
0 9 2017-02-06T11:28:54.821-05:00 DUAL 1
0 163 2017-02-06T11:28:54.821-05:00 ALTC 1
0 164 2017-02-06T11:28:54.821-05:00 ALTC 1
0 204 2017-02-06T11:28:54.821-05:00 DUAL 1
0 172 2017-02-06T11:28:54.821-05:00 DUAL 2
0 92 2017-02-06T11:28:54.821-05:00 HIGH 1
0 131 2017-02-06T11:28:54.821-05:00 ALTC 1
Powered by BI Documenter