DWStaging
 dbo.ST_REPORT_SELECTION_A_CLS_REF_NBR (Table)
  Properties
Property Value
Name ST_REPORT_SELECTION_A_CLS_REF_NBR
Schema dbo
Row Count 67
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
CLS_REF_NBR
int(10, 0)
True
False
False
 
CLS_REF_NBR_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_ST_REPORT_SELECTION_A
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_ST_REPORT_SELECTION_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_REPORT_SELECTION_A_CLS_REF_NBR depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_REPORT_SELECTION_A_CLS_REF_NBR)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_REPORT_SELECTION_A_CLS_REF_NBR] Script Date: 03/09/2017 16:46:18 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_REPORT_SELECTION_A_CLS_REF_NBR](
    [ISN_ST_REPORT_SELECTION_A] [int] NOT NULL,
    [CLS_REF_NBR_COUNT] [smallint] NOT NULL,
    [CLS_REF_NBR] [int] NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
CLS_REF_NBR CLS_REF_NBR_COUNT cnxarraycolumn ISN_ST_REPORT_SELECTION_A RowUpdatedOn
51532 14 8 166 2017-02-06T11:29:20.67-05:00
34521 11 7 137 2017-02-06T11:29:20.67-05:00
34515 11 6 137 2017-02-06T11:29:20.67-05:00
169715 15 14 272 2017-02-06T11:29:20.67-05:00
173682 9 2 258 2017-02-06T11:29:20.67-05:00
66591 4 1 182 2017-02-06T11:29:20.67-05:00
67120 4 3 182 2017-02-06T11:29:20.67-05:00
45635 5 3 151 2017-02-06T11:29:20.67-05:00
34512 11 3 137 2017-02-06T11:29:20.67-05:00
169703 15 0 272 2017-02-06T11:29:20.67-05:00
Powered by BI Documenter