DWStaging
 dbo.ST_REG_ERROR_CAPTURE_A_NON_CLS_STOP (Table)
  Properties
Property Value
Name ST_REG_ERROR_CAPTURE_A_NON_CLS_STOP
Schema dbo
Row Count 2478867
Data Size 182232 KB
Index Size 41920 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
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_ST_REG_ERROR_CAPTURE_A
int(10, 0)
False
False
False
 
NCS_ERR_CD
varchar(4)
True
False
False
 
NCS_ERR_MSG
varchar(64)
True
False
False
 
NCS_ERR_WRN
varchar(1)
True
False
False
 
NON_CLS_STOP_COUNT
smallint(5, 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_NON_CLS_STOP depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_REG_ERROR_CAPTURE_A_NON_CLS_STOP)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_REG_ERROR_CAPTURE_A_NON_CLS_STOP] Script Date: 03/09/2017 16:46:17 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_REG_ERROR_CAPTURE_A_NON_CLS_STOP](
    [ISN_ST_REG_ERROR_CAPTURE_A] [int] NOT NULL,
    [NON_CLS_STOP_COUNT] [smallint] NOT NULL,
    [NCS_ERR_WRN] [varchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [NCS_ERR_CD] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [NCS_ERR_MSG] [varchar](64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_ST_REG_ERROR_CAPTURE_A NCS_ERR_CD NCS_ERR_MSG NCS_ERR_WRN NON_CLS_STOP_COUNT RowUpdatedOn
0 3818748 RP RP - Missing College Transcripts E 1 2017-02-06T09:49:09.795-05:00
0 3735258 1124 1124 - Student not reg for "Required" [SLS1501] E 1 2017-02-06T09:49:03.93-05:00
0 630760 1097 1097 - May not register before appointment date/time. E 2 2017-02-06T09:45:24.717-05:00
1 1442032 1175 1175 - Program requires Mathematics enforcement - MAT0012 E 4 2017-02-06T09:46:19.13-05:00
0 3005399 FI FI - Finance Hold E 1 2017-02-06T09:48:11.95-05:00
0 2499139 TS TS - Transient Student E 1 2017-02-06T09:47:35.165-05:00
2 1878031 1042 1042 - Student must reapply for residency. E 3 2017-02-06T09:46:50.487-05:00
0 1290087 RH RH - NEEDS PROOF OF HS GRADUATION E 1 2017-02-06T09:46:08.569-05:00
0 216570 1151 1151 - Prg reqs one Enforcment Class ENC0010,MAT0012,REA0010 E 1 2017-02-06T09:44:57.573-05:00
0 618799 1097 1097 - May not register before appointment date/time. E 2 2017-02-06T09:45:23.875-05:00
Powered by BI Documenter