DWStaging
 dbo.WF_PELL (Table)
  Properties
Property Value
Name WF_PELL
Schema dbo
Row Count 63560
Data Size 1680 KB
Index Size 1176 KB
Create Date 3/4/2015 10:09 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ISN_WF_PELL
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
WF_AID_YEAR
int(10, 0)
True
False
False
 
WF_PL_AWARD
int(10, 0)
True
False
False
 
WF_PL_HI_COA
int(10, 0)
True
False
False
 
WF_PL_HI_EFC
int(10, 0)
True
False
False
 
WF_PL_TBL_TYPE
int(10, 0)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_WF_PELL
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.WF_PELL depends on)
Name Type
  Child Dependencies (objects that depend on dbo.WF_PELL)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[WF_PELL] Script Date: 03/09/2017 16:47:03 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[WF_PELL](
    [ISN_WF_PELL] [int] NOT NULL,
    [WF_AID_YEAR] [int] NULL,
    [WF_PL_TBL_TYPE] [int] NULL,
    [WF_PL_HI_COA] [int] NULL,
    [WF_PL_HI_EFC] [int] NULL,
    [WF_PL_AWARD] [int] NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
ISN_WF_PELL RowUpdatedOn WF_AID_YEAR WF_PL_AWARD WF_PL_HI_COA WF_PL_HI_EFC WF_PL_TBL_TYPE
22211 2017-02-06T11:13:30-05:00 2015 1499 2800 4
43538 2017-02-06T11:13:30.967-05:00 2017 3118 5814 1700 2
61298 2017-03-09T14:09:42.809-05:00 2018 3899 1900 4
8305 2017-02-06T11:13:29.329-05:00 2014 499 1600 4
47925 2017-02-06T11:13:31.123-05:00 2017 2099 400 4
19163 2017-02-06T11:13:29.813-05:00 2015 650 1699 400 3
19736 2017-02-06T11:13:29.86-05:00 2015 2699 3700 3
12087 2017-02-06T11:13:29.501-05:00 2015 199 200 1
36267 2017-02-06T11:13:30.671-05:00 2016 4299 4400 4
1550 2017-02-06T11:13:29.033-05:00 2014 3900 4899 1000 1
Powered by BI Documenter