DWStaging
 dbo.ST_CLASS_LOG_A_STCKD_REF_NUM (Table)
  Properties
Property Value
Name ST_CLASS_LOG_A_STCKD_REF_NUM
Schema dbo
Row Count 183854
Data Size 4128 KB
Index Size 3152 KB
Create Date 8/15/2012 12:45 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_CLASS_LOG_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
STCKD_REF_NUM
int(10, 0)
True
False
False
 
STCKD_REF_NUM_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_CLASS_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_CLASS_LOG_A_STCKD_REF_NUM depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_CLASS_LOG_A_STCKD_REF_NUM)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_CLASS_LOG_A_STCKD_REF_NUM] Script Date: 03/09/2017 16:45:59 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_CLASS_LOG_A_STCKD_REF_NUM](
    [ISN_ST_CLASS_LOG_A] [int] NOT NULL,
    [STCKD_REF_NUM_COUNT] [smallint] NOT NULL,
    [STCKD_REF_NUM] [int] NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_ST_CLASS_LOG_A RowUpdatedOn STCKD_REF_NUM STCKD_REF_NUM_COUNT
5 1000233 2017-02-06T10:01:18.195-05:00 103074 16
0 265276 2017-02-06T10:00:37.401-05:00 91598 4
0 758089 2017-02-06T10:01:06.105-05:00 87972 3
0 1054270 2017-02-06T10:01:21.924-05:00 118224 1
1 1260803 2017-02-06T10:01:33.905-05:00 136018 2
1 1538725 2017-02-06T10:01:50.254-05:00 161813 2
0 901290 2017-02-06T10:01:11.877-05:00 91533 11
8 490114 2017-02-06T10:00:48.93-05:00 78279 24
3 1239945 2017-02-06T10:01:32.142-05:00 134498 12
4 907955 2017-02-06T10:01:12.751-05:00 88986 13
Powered by BI Documenter