DWStaging
 dbo.ST_PRE_CO_COURSE_A (Table)
  Properties
Property Value
Name ST_PRE_CO_COURSE_A
Schema dbo
Row Count 4029
Data Size 128 KB
Index Size 104 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
CRS_ID
varchar(10)
True
False
False
 
EFF_TRM
varchar(6)
True
False
False
 
ISN_ST_PRE_CO_COURSE_A
int(10, 0)
False
False
False
 
PRE_CO_CRS_SEQ
int(10, 0)
True
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_PRE_CO_COURSE_A
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_PRE_CO_COURSE_A depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PRE_CO_COURSE_A)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PRE_CO_COURSE_A] Script Date: 03/09/2017 16:46:12 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_PRE_CO_COURSE_A](
    [ISN_ST_PRE_CO_COURSE_A] [int] NOT NULL,
    [CRS_ID] [varchar](10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [EFF_TRM] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [PRE_CO_CRS_SEQ] [int] NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
CRS_ID EFF_TRM ISN_ST_PRE_CO_COURSE_A PRE_CO_CRS_SEQ RowUpdatedOn
DIM0007 20101 2504 1 2017-02-06T11:22:20.684-05:00
HUS1850 20001 310 1 2017-02-06T11:22:20.606-05:00
ETD2218 19951 73 1 2017-02-06T11:22:20.606-05:00
ATF2340 20121 2915 1 2017-02-06T11:22:20.7-05:00
NUR1213L 20061 1715 2 2017-02-06T11:22:20.669-05:00
HUS2851L 20001 313 1 2017-02-06T11:22:20.606-05:00
POS2112 20031 1269 1 2017-02-06T11:22:20.653-05:00
PMT0126 20111 2685 1 2017-02-06T11:22:20.7-05:00
DSC4710 20093 2416 1 2017-02-06T11:22:20.684-05:00
ENC0010 20031 1214 1 2017-02-06T11:22:20.653-05:00
Powered by BI Documenter