DWStaging
 dbo.ST_REPORT_SELECTION_A_LANG (Table)
  Properties
Property Value
Name ST_REPORT_SELECTION_A_LANG
Schema dbo
Row Count 12
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_REPORT_SELECTION_A
int(10, 0)
False
False
False
 
LANG
varchar(2)
True
False
False
 
LANG_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_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_LANG depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_REPORT_SELECTION_A_LANG)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_REPORT_SELECTION_A_LANG] Script Date: 03/09/2017 16:46:19 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_REPORT_SELECTION_A_LANG](
    [ISN_ST_REPORT_SELECTION_A] [int] NOT NULL,
    [LANG_COUNT] [smallint] NOT NULL,
    [LANG] [varchar](2) 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_REPORT_SELECTION_A LANG LANG_COUNT RowUpdatedOn
0 48 EN 1 2017-02-06T11:29:57.814-05:00
0 45 EN 1 2017-02-06T11:29:57.814-05:00
0 50 EN 1 2017-02-06T11:29:57.814-05:00
0 51 EN 1 2017-02-06T11:29:57.814-05:00
0 78 EN 1 2017-02-06T11:29:57.814-05:00
0 52 EN 1 2017-02-06T11:29:57.814-05:00
0 49 EN 1 2017-02-06T11:29:57.814-05:00
0 46 EN 1 2017-02-06T11:29:57.814-05:00
0 249 EN 1 2017-02-06T11:29:57.814-05:00
0 286 EN 1 2017-02-06T11:29:57.814-05:00
Powered by BI Documenter