DWStaging
 dbo.PERSONNEL_CODES_1_A_W2_DATA (Table)
  Properties
Property Value
Name PERSONNEL_CODES_1_A_W2_DATA
Schema dbo
Row Count 142
Data Size 8 KB
Index Size 24 KB
Create Date 11/5/2012 9:54 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_PERSONNEL_CODES_1_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
W2_BOX
int(10, 0)
True
False
False
 
W2_DATA_COUNT
smallint(5, 0)
False
False
False
 
W2_SUB_CAT
varchar(2)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_PERSONNEL_CODES_1_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.PERSONNEL_CODES_1_A_W2_DATA depends on)
Name Type
  Child Dependencies (objects that depend on dbo.PERSONNEL_CODES_1_A_W2_DATA)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[PERSONNEL_CODES_1_A_W2_DATA] Script Date: 03/09/2017 16:45:50 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[PERSONNEL_CODES_1_A_W2_DATA](
    [ISN_PERSONNEL_CODES_1_A] [int] NOT NULL,
    [W2_DATA_COUNT] [smallint] NOT NULL,
    [W2_BOX] [int] NULL,
    [W2_SUB_CAT] [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_PERSONNEL_CODES_1_A RowUpdatedOn W2_BOX W2_DATA_COUNT W2_SUB_CAT
0 94 2017-02-06T11:20:51.249-05:00 12 1 E
0 7063 2017-02-06T11:20:51.249-05:00 12 1 DD
0 99 2017-02-06T11:20:51.249-05:00 12 1 E
0 137 2017-02-06T11:20:51.249-05:00 12 1 C
0 6147 2017-02-06T11:20:51.249-05:00 12 1 E
0 1348 2017-02-06T11:20:51.249-05:00 12 1 E
0 7074 2017-02-06T11:20:51.249-05:00 12 1 DD
0 9161 2017-02-06T11:20:51.249-05:00 12 1 DD
0 7997 2017-02-06T11:20:51.249-05:00 12 1 DD
0 7048 2017-02-06T11:20:51.249-05:00 14 1 E
Powered by BI Documenter