DWStaging
 dbo.WF_PELL_1112 (Table)
  Properties
Property Value
Name WF_PELL_1112
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 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_1112
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_1112
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.WF_PELL_1112 depends on)
Name Type
  Child Dependencies (objects that depend on dbo.WF_PELL_1112)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[WF_PELL_1112] Script Date: 03/09/2017 16:47:03 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[WF_PELL_1112](
    [ISN_WF_PELL_1112] [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
)
Powered by BI Documenter