DWStaging
 dbo.W2_FORM_A_BOX_12 (Table)
  Properties
Property Value
Name W2_FORM_A_BOX_12
Schema dbo
Row Count 8471
Data Size 200 KB
Index Size 184 KB
Create Date 11/5/2012 9:58 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
BOX_12_COUNT
smallint(5, 0)
False
False
False
 
BOX12_AMOUNT
numeric(17, 2)
True
False
False
 
BOX12_CODE
varchar(2)
True
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_W2_FORM_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_W2_FORM_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.W2_FORM_A_BOX_12 depends on)
Name Type
  Child Dependencies (objects that depend on dbo.W2_FORM_A_BOX_12)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[W2_FORM_A_BOX_12] Script Date: 03/09/2017 16:46:37 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[W2_FORM_A_BOX_12](
    [ISN_W2_FORM_A] [int] NOT NULL,
    [BOX_12_COUNT] [smallint] NOT NULL,
    [BOX12_CODE] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [BOX12_AMOUNT] [numeric](17, 2) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
BOX_12_COUNT BOX12_AMOUNT BOX12_CODE cnxarraycolumn ISN_W2_FORM_A RowUpdatedOn
2 6456.00 DD 0 22615 2017-02-06T11:17:28.323-05:00
2 10800.00 E 1 11255 2017-02-06T11:17:27.231-05:00
1 13771.00 DD 0 20403 2017-02-06T11:17:28.167-05:00
2 250.00 E 1 21894 2017-02-06T11:17:28.182-05:00
1 5520.00 DD 0 11643 2017-02-06T11:17:27.246-05:00
2 6456.00 DD 0 23942 2017-02-06T11:17:28.354-05:00
2 9600.00 E 1 14413 2017-02-06T11:17:27.574-05:00
1 1075.56 DD 0 22060 2017-02-06T11:17:28.182-05:00
2 1800.00 E 1 19414 2017-02-06T11:17:28.135-05:00
1 6096.00 DD 0 19049 2017-02-06T11:17:28.135-05:00
Powered by BI Documenter