DWStaging
 dbo.FORM_1095_A_LINE_16 (Table)
  Properties
Property Value
Name FORM_1095_A_LINE_16
Schema dbo
Row Count 17654
Data Size 456 KB
Index Size 344 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
 
ISN_FORM_1095_A
int(10, 0)
False
False
False
 
LINE_16
varchar(3)
True
False
False
 
LINE_16_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_FORM_1095_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FORM_1095_A_LINE_16 depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FORM_1095_A_LINE_16)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FORM_1095_A_LINE_16] Script Date: 03/09/2017 16:45:34 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FORM_1095_A_LINE_16](
    [ISN_FORM_1095_A] [int] NOT NULL,
    [LINE_16_COUNT] [smallint] NOT NULL,
    [LINE_16] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
cnxarraycolumn ISN_FORM_1095_A LINE_16 LINE_16_COUNT RowUpdatedOn
3 1156 13 2017-02-06T11:25:12.597-05:00
2 1051 13 2017-02-06T11:25:12.55-05:00
9 1137 13 2017-02-06T11:25:12.582-05:00
11 1332 13 2017-02-06T11:25:12.66-05:00
0 956 13 2017-02-06T11:25:12.488-05:00
12 350 13 2017-02-06T11:25:12.207-05:00
1 888 13 2017-02-06T11:25:12.472-05:00
7 327 13 2017-02-06T11:25:12.192-05:00
9 931 13 2017-02-06T11:25:12.488-05:00
8 502 13 2017-02-06T11:25:12.27-05:00
Powered by BI Documenter