DWStaging
 dbo.FORM_1095_LOG_A_LINE_15 (Table)
  Properties
Property Value
Name FORM_1095_LOG_A_LINE_15
Schema dbo
Row Count 60073
Data Size 1792 KB
Index Size 1056 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_LOG_A
int(10, 0)
False
False
False
 
LINE_15
numeric(7, 2)
True
False
False
 
LINE_15_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_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FORM_1095_LOG_A_LINE_15 depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FORM_1095_LOG_A_LINE_15)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FORM_1095_LOG_A_LINE_15] Script Date: 03/09/2017 16:45:35 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FORM_1095_LOG_A_LINE_15](
    [ISN_FORM_1095_LOG_A] [int] NOT NULL,
    [LINE_15_COUNT] [smallint] NOT NULL,
    [LINE_15] [numeric](7, 2) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
cnxarraycolumn ISN_FORM_1095_LOG_A LINE_15 LINE_15_COUNT RowUpdatedOn
8 2520 0.00 13 2017-02-06T11:23:07.874-05:00
8 4451 0.00 13 2017-02-06T11:23:08.639-05:00
7 1797 0.00 13 2017-02-06T11:23:07.578-05:00
6 3386 0.00 13 2017-02-06T11:23:08.202-05:00
3 934 0.00 13 2017-02-06T11:23:07.219-05:00
10 1324 0.00 13 2017-02-06T11:23:07.375-05:00
7 3651 0.00 13 2017-02-06T11:23:08.296-05:00
9 1239 0.00 13 2017-02-06T11:23:07.344-05:00
7 1669 0.00 13 2017-02-06T11:23:07.516-05:00
11 4525 0.00 13 2017-02-06T11:23:08.67-05:00
Powered by BI Documenter