DWOperations
 dbo.FactPriorEnrollment_Staging (Table)
  Properties
Property Value
Name FactPriorEnrollment_Staging
Schema dbo
Row Count 224340
Data Size 12400 KB
Index Size 24 KB
Create Date 8/22/2012 4:25 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ActiveTerm
varchar(6)
False
False
False
 
EFF_TRM
varchar(6)
False
False
False
 
Enrolled
int(10, 0)
False
False
False
 
EnrollmentDate
date(10, 0)
False
False
False
 
PaidEnrollment
int(10, 0)
False
False
False
 
REF_NUM
int(10, 0)
False
False
False
 
RelativeDay
int(10, 0)
False
False
False
 
STDNT_ID
varchar(9)
False
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.FactPriorEnrollment_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactPriorEnrollment_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactPriorEnrollment_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactPriorEnrollment_Staging](
    [STDNT_ID] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [EFF_TRM] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [REF_NUM] [int] NOT NULL,
    [ActiveTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RelativeDay] [int] NOT NULL,
    [EnrollmentDate] [date] NOT NULL,
    [Enrolled] [int] NOT NULL,
    [PaidEnrollment] [int] NOT NULL
) ON [PRIMARY]
  Sample Data
ActiveTerm EFF_TRM Enrolled EnrollmentDate PaidEnrollment REF_NUM RelativeDay STDNT_ID
20171 20161 1 2016-03-06T00:00:00-05:00 1 202362 566 N14499438
20172 20162 1 2016-03-09T00:00:00-05:00 1 207905 428 T14439590
20172 20162 1 2016-03-09T00:00:00-05:00 1 211063 428 E14381891
20172 20162 1 2016-03-09T00:00:00-05:00 1 209561 428 Y11599545
20163 20153 1 2016-03-10T00:00:00-05:00 1 199543 661 B13945217
20172 20162 1 2016-03-09T00:00:00-05:00 1 207798 428 S14027106
20172 20162 1 2016-03-09T00:00:00-05:00 1 210073 428 M15050644
20171 20161 1 2016-03-06T00:00:00-05:00 1 203484 566 A14435069
20163 20153 1 2016-03-10T00:00:00-05:00 1 200376 661 M14161434
20171 20161 1 2016-03-06T00:00:00-05:00 1 207061 566 J13176599
Powered by BI Documenter