DWOperations
 dbo.FactEnrollmentSnapshot_Staging (Table)
  Properties
Property Value
Name FactEnrollmentSnapshot_Staging
Schema dbo
Row Count 4718883
Data Size 207520 KB
Index Size 24 KB
Create Date 5/29/2013 12:13 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.FactEnrollmentSnapshot_Staging depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FactEnrollmentSnapshot_Staging)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactEnrollmentSnapshot_Staging] Script Date: 03/09/2017 17:21:33 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactEnrollmentSnapshot_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
20171 1 2017-03-07T00:00:00-05:00 1 216409 B15008055
20143 1 2015-02-27T00:00:00-05:00 1 182999 S14386841
20171 1 2017-03-09T00:00:00-05:00 1 219103 C15013048
20151 1 2015-03-05T00:00:00-05:00 1 186905 C14220255
20161 1 2016-03-01T00:00:00-05:00 1 203207 L14593289
20163 1 2017-03-03T00:00:00-05:00 1 221058 C14723811
20162 1 2016-03-07T00:00:00-05:00 1 209328 E14143416
20171 1 2017-03-09T00:00:00-05:00 1 215780 A15225295
20172 1 2017-03-04T00:00:00-05:00 1 224549 M15014145
20172 1 2017-03-04T00:00:00-05:00 1 224147 C13147863
Powered by BI Documenter