DWOperations
 dbo.FactStudentTotalFees_Staging (Table)
  Properties
Property Value
Name FactStudentTotalFees_Staging
Schema dbo
Row Count 1400064
Data Size 105488 KB
Index Size 24 KB
Create Date 1/28/2014 9:48 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
PaymentSourceAK
varchar(20)
False
False
False
 
StudentTermAK
varchar(15)
False
False
False
 
TotalFeesAssessed
numeric(11, 2)
True
False
False
 
TotalFeesExempted
numeric(11, 2)
True
False
False
 
TotalFeesNotPaid
numeric(11, 2)
True
False
False
 
TotalFeesPaid
numeric(11, 2)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FactStudentTotalFees_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactStudentTotalFees_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactStudentTotalFees_Staging] Script Date: 03/09/2017 17:21:34 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactStudentTotalFees_Staging](
    [StudentTermAK] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [PaymentSourceAK] [varchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [TotalFeesAssessed] [numeric](11, 2) NULL,
    [TotalFeesPaid] [numeric](11, 2) NULL,
    [TotalFeesNotPaid] [numeric](11, 2) NULL,
    [TotalFeesExempted] [numeric](11, 2) NULL
) ON [PRIMARY]
  Sample Data
PaymentSourceAK StudentTermAK TotalFeesAssessed TotalFeesExempted TotalFeesNotPaid TotalFeesPaid
2ST 1STPAID A1303434320092 510.00 0.00 0.00 510.00
6EX 1EXMPT X1159999020081 0.00 4195.50 0.00 0.00
2ST 1STPAID K1486175120171 4376.00 0.00 0.00 4376.00
1FA 7FACOM P1150803320031 677.00 0.00 0.00 677.00
2ST 1STPAID C0617757019993 141.02 0.00 0.00 141.02
1FA 3OTHF G0692282720102 138.24 0.00 0.00 138.24
1FA 7FACOM D1256763220111 1261.80 0.00 0.00 1261.80
2ST 1STPAID Y1395891320153 304.75 0.00 0.00 304.75
1FA 4STATE Y1147279220041 720.00 0.00 0.00 720.00
1FA 4STATE T0731386919993 33.00 0.00 0.00 33.00
Powered by BI Documenter