DWStaging
 dbo.WF_PELL_1213 (Table)
  Properties
Property Value
Name WF_PELL_1213
Schema dbo
Row Count 11648
Data Size 264 KB
Index Size 216 KB
Create Date 2/13/2013 10:29 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ISN_WF_PELL_1213
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
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_1213
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.WF_PELL_1213 depends on)
Name Type
  Child Dependencies (objects that depend on dbo.WF_PELL_1213)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[WF_PELL_1213] Script Date: 03/09/2017 16:47:03 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[WF_PELL_1213](
    [ISN_WF_PELL_1213] [int] NOT 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) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
ISN_WF_PELL_1213 RowUpdatedOn WF_PL_AWARD WF_PL_HI_COA WF_PL_HI_EFC WF_PL_TBL_TYPE
8509 2017-02-06T11:18:15.435-05:00 1050 5299 3200 3
4276 2017-02-06T11:18:15.279-05:00 1275 2799 1100 2
450 2017-02-06T11:18:15.154-05:00 999 3300 1
1030 2017-02-06T11:18:15.17-05:00 2099 4100 1
7933 2017-02-06T11:18:15.404-05:00 700 4199 2800 3
7509 2017-02-06T11:18:15.388-05:00 700 3399 2000 3
4811 2017-02-06T11:18:15.295-05:00 900 3799 2600 2
2123 2017-02-06T11:18:15.201-05:00 4199 4200 1
1416 2017-02-06T11:18:15.185-05:00 1800 2899 1100 1
6309 2017-02-06T11:18:15.341-05:00 1099 1600 3
Powered by BI Documenter