DWStaging
 dbo.ST_ED_PLAN_A_COURSE (Table)
  Properties
Property Value
Name ST_ED_PLAN_A_COURSE
Schema dbo
Row Count 3685575
Data Size 75336 KB
Index Size 62248 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
 
COURSE
varchar(10)
True
False
False
 
COURSE_COUNT
smallint(5, 0)
False
False
False
 
ISN_ST_ED_PLAN_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_ED_PLAN_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_ED_PLAN_A_COURSE depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_ED_PLAN_A_COURSE)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_ED_PLAN_A_COURSE] Script Date: 03/09/2017 16:46:04 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_ED_PLAN_A_COURSE](
    [ISN_ST_ED_PLAN_A] [int] NOT NULL,
    [COURSE_COUNT] [smallint] NOT NULL,
    [COURSE] [varchar](10) 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 COURSE COURSE_COUNT ISN_ST_ED_PLAN_A RowUpdatedOn
21 25 52482 2017-02-06T10:40:17.758-05:00
17 25 61359 2017-02-06T10:40:24.669-05:00
14 25 106284 2017-02-06T10:40:58.88-05:00
2 PSY2012 25 133085 2017-02-06T10:41:20.002-05:00
8 25 66459 2017-02-06T10:40:28.631-05:00
14 25 27372 2017-02-06T10:39:59.007-05:00
18 25 37530 2017-02-06T10:40:06.448-05:00
19 25 132018 2017-02-06T10:41:19.191-05:00
9 25 22015 2017-02-06T10:39:54.81-05:00
12 25 132131 2017-02-06T10:41:19.285-05:00
Powered by BI Documenter