DWOperations
 dbo.FactActiveEnrollment_Staging (Table)
  Properties
Property Value
Name FactActiveEnrollment_Staging
Schema dbo
Row Count 221455
Data Size 9752 KB
Index Size 16 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
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
 
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.FactActiveEnrollment_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactActiveEnrollment_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactActiveEnrollment_Staging] Script Date: 03/09/2017 17:21:32 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactActiveEnrollment_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,
    [EnrollmentDate] [date] NOT NULL,
    [Enrolled] [int] NOT NULL,
    [PaidEnrollment] [int] NOT NULL
) ON [PRIMARY]
  Sample Data
EFF_TRM Enrolled EnrollmentDate PaidEnrollment REF_NUM STDNT_ID
20172 1 2017-03-09T00:00:00-05:00 1 222375 B14373906
20171 1 2017-03-09T00:00:00-05:00 1 215869 R13547104
20172 1 2017-03-09T00:00:00-05:00 1 222658 B14630834
20171 1 2017-03-09T00:00:00-05:00 1 217684 H12633061
20163 1 2017-03-09T00:00:00-05:00 1 215167 S14702773
20171 1 2017-03-09T00:00:00-05:00 1 216201 M14138838
20171 1 2017-03-09T00:00:00-05:00 1 217237 K15224298
20172 1 2017-03-09T00:00:00-05:00 1 224691 K14596589
20171 1 2017-03-09T00:00:00-05:00 1 217499 M15005986
20171 1 2017-03-09T00:00:00-05:00 1 220701 R09484189
Powered by BI Documenter