DWStaging
 dbo.ST_EXTRNL_CRDNTL_A_FOREIGN_LANGUAGE (Table)
  Properties
Property Value
Name ST_EXTRNL_CRDNTL_A_FOREIGN_LANGUAGE
Schema dbo
Row Count 44948
Data Size 1608 KB
Index Size 800 KB
Create Date 2/26/2016 9:04 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
smallint(5, 0)
False
False
False
 
FOREIGN_LANGUAGE_COUNT
smallint(5, 0)
False
False
False
 
FORGN_LANG_CD
varchar(2)
True
False
False
 
FORGN_LANG_UNIT
numeric(2, 1)
True
False
False
 
ISN_ST_EXTRNL_CRDNTL_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_EXTRNL_CRDNTL_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_EXTRNL_CRDNTL_A_FOREIGN_LANGUAGE depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_EXTRNL_CRDNTL_A_FOREIGN_LANGUAGE)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_EXTRNL_CRDNTL_A_FOREIGN_LANGUAGE] Script Date: 03/09/2017 16:46:06 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_EXTRNL_CRDNTL_A_FOREIGN_LANGUAGE](
    [ISN_ST_EXTRNL_CRDNTL_A] [int] NOT NULL,
    [FOREIGN_LANGUAGE_COUNT] [smallint] NOT NULL,
    [FORGN_LANG_CD] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [FORGN_LANG_UNIT] [numeric](2, 1) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
  Sample Data
cnxarraycolumn FOREIGN_LANGUAGE_COUNT FORGN_LANG_CD FORGN_LANG_UNIT ISN_ST_EXTRNL_CRDNTL_A RowUpdatedOn
0 1 SP 2.0 937724 2017-02-06T10:08:26.59-05:00
0 1 SP 2.0 892301 2017-02-06T10:08:22.549-05:00
2 4 FR 0.5 1000244 2017-02-06T10:08:29.101-05:00
2 4 SP 0.5 672435 2017-02-06T10:08:08.774-05:00
0 1 SP 2.0 1056824 2017-02-06T10:08:32.939-05:00
3 4 SP 0.5 635120 2017-02-06T10:08:08.743-05:00
0 1 LA 2.0 1051098 2017-02-06T10:08:32.487-05:00
1 4 SP 0.5 564603 2017-02-06T10:08:02.207-05:00
0 1 SP 2.0 1063282 2017-02-06T10:08:33.001-05:00
0 1 TL 2.0 1096320 2017-02-06T10:08:35.232-05:00
Powered by BI Documenter