DWOperations
 dbo.FactEOTEnrollment_Staging (Table)
  Properties
Property Value
Name FactEOTEnrollment_Staging
Schema dbo
Row Count 3628181
Data Size 159456 KB
Index Size 24 KB
Create Date 8/23/2012 8:59 AM
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.FactEOTEnrollment_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactEOTEnrollment_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactEOTEnrollment_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactEOTEnrollment_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
20003 1 2017-03-09T00:00:00-05:00 1 23458 L08426975
20121 1 2017-03-09T00:00:00-05:00 1 150362 G13642640
20111 1 2017-03-09T00:00:00-05:00 1 137130 K13183538
20041 1 2017-03-09T00:00:00-05:00 1 55005 V08615288
20021 1 2017-03-09T00:00:00-05:00 1 34013 K11179512
20072 1 2017-03-09T00:00:00-05:00 1 91107 J12118295
20041 1 2017-03-09T00:00:00-05:00 1 55787 R11385721
20012 1 2017-03-09T00:00:00-05:00 1 26311 J06597819
20021 1 2017-03-09T00:00:00-05:00 1 35453 R10226447
20091 1 2017-03-09T00:00:00-05:00 1 110593 C12404422
Powered by BI Documenter