DWOperations
 dbo.FactStudentFeesPaid_Staging (Table)
  Properties
Property Value
Name FactStudentFeesPaid_Staging
Schema dbo
Row Count 20154091
Data Size 1170608 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
FeeAmount
numeric(11, 2)
True
False
False
 
FeeTypeAK
varchar(4)
True
False
False
 
PaymentSourceAK
varchar(20)
True
False
False
 
ReferenceNumberAK
int(10, 0)
True
False
False
 
StudentTermAK
varchar(15)
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.FactStudentFeesPaid_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactStudentFeesPaid_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactStudentFeesPaid_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactStudentFeesPaid_Staging](
    [StudentTermAK] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [FeeTypeAK] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [ReferenceNumberAK] [int] NULL,
    [PaymentSourceAK] [varchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [FeeAmount] [numeric](11, 2) NULL
) ON [PRIMARY]
  Sample Data
FeeAmount FeeTypeAK PaymentSourceAK ReferenceNumberAK StudentTermAK
5.70 TECH 2ST 1STPAID 152668 B1362054720122
5.00 REGI 6EX 1EXMPT 999999 C1499088120153
4.50 SAFE 1FA 4STATE 139280 M1316324120112
5.64 FINI 2ST 1STPAID 9299 G1103936920001
9.45 TECH 1FA 1PELL 166960 J1364564320132
14.67 SRVI 2ST 1STPAID 77450 C0795831720061
11.31 SSRV 2ST 1STPAID 18417 M0620796320003
20.94 CAPI 6EX 1EXMPT 141232 M1342259720112
5.00 REGT 1FA 1PELL 999999 A1375906320121
11.52 FINI 1FA 1PELL 148350 S1361730320121
Powered by BI Documenter