DWStaging
 dbo.ST_REG_ERROR_CAPTURE_A_CLS_STOP (Table)
  Properties
Property Value
Name ST_REG_ERROR_CAPTURE_A_CLS_STOP
Schema dbo
Row Count 6657416
Data Size 607256 KB
Index Size 112456 KB
Create Date 8/15/2012 1:36 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
CLS_STOP_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
CS_CRS_ID
varchar(10)
True
False
False
 
CS_ERR_CD
varchar(4)
True
False
False
 
CS_ERR_MSG
varchar(64)
True
False
False
 
CS_ERR_WRN
varchar(1)
True
False
False
 
CS_REF_NUM
int(10, 0)
True
False
False
 
ISN_ST_REG_ERROR_CAPTURE_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_REG_ERROR_CAPTURE_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_REG_ERROR_CAPTURE_A_CLS_STOP depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_REG_ERROR_CAPTURE_A_CLS_STOP)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_REG_ERROR_CAPTURE_A_CLS_STOP] Script Date: 03/09/2017 16:46:16 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_REG_ERROR_CAPTURE_A_CLS_STOP](
    [ISN_ST_REG_ERROR_CAPTURE_A] [int] NOT NULL,
    [CLS_STOP_COUNT] [smallint] NOT NULL,
    [CS_ERR_WRN] [varchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [CS_CRS_ID] [varchar](10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [CS_ERR_CD] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [CS_ERR_MSG] [varchar](64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [CS_REF_NUM] [int] NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
CLS_STOP_COUNT cnxarraycolumn CS_CRS_ID CS_ERR_CD CS_ERR_MSG CS_ERR_WRN CS_REF_NUM ISN_ST_REG_ERROR_CAPTURE_A RowUpdatedOn
4 3 REA0001 1165 1165 - Required Co-Requisite(s) not taken 124131 E 124101 2042154 2017-02-06T09:47:04.776-05:00
1 0 SPC1017 1108 1108 - Cannot repeat course ( SPC1017 ) this soon. ( 188499 E 188499 3750476 2017-02-06T09:49:32.868-05:00
5 0 ECO2013 1043 1043 - Course requires Placement in English E 76112 916669 2017-02-06T09:45:28.212-05:00
5 1 HSC1000L 1045 1045 - Student not eligible for credit type 02 OCCUP/POSTSEC E 87225 1199197 2017-02-06T09:45:50.754-05:00
2 0 ENC1101 1043 1043 - Course requires Placement in English 36821 107919 2017-02-06T09:44:22.878-05:00
9 2 NUR1023L 1076 1076 - Must add MCB2010L together with 078270 E 78270 938680 2017-02-06T09:45:30.084-05:00
4 3 BSC1085L 1170 1170 - Registering for classes at different camp/cntrs W 65083 590347 2017-02-06T09:45:01.707-05:00
1 0 IND2505 1044 1044 - Student lacks PRE requisite of IND2237C for 062207 E 62207 542276 2017-02-06T09:44:58.135-05:00
13 4 CJK0015 1075 1075 - 094633 is held. E 94633 1121020 2017-02-06T09:45:44.389-05:00
2 0 EAP1584 1156 1156 - This Placement level has been Satisfied. W 132528 1955013 2017-02-06T09:46:56.898-05:00
Powered by BI Documenter