DWStaging
 dbo.ST_COURSE_A_CRS_GRD_MTHD (Table)
  Properties
Property Value
Name ST_COURSE_A_CRS_GRD_MTHD
Schema dbo
Row Count 52669
Data Size 1064 KB
Index Size 928 KB
Create Date 8/15/2012 12:45 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
 
CRS_GRD_MTHD
varchar(2)
True
False
False
 
CRS_GRD_MTHD_COUNT
smallint(5, 0)
False
False
False
 
ISN_ST_COURSE_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_COURSE_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_COURSE_A_CRS_GRD_MTHD depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_COURSE_A_CRS_GRD_MTHD)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_COURSE_A_CRS_GRD_MTHD] Script Date: 03/09/2017 16:46:01 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_COURSE_A_CRS_GRD_MTHD](
    [ISN_ST_COURSE_A] [int] NOT NULL,
    [CRS_GRD_MTHD_COUNT] [smallint] NOT NULL,
    [CRS_GRD_MTHD] [varchar](2) 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 CRS_GRD_MTHD CRS_GRD_MTHD_COUNT ISN_ST_COURSE_A RowUpdatedOn
0 SN 2 13254 2017-02-06T11:10:38.492-05:00
1 CV 2 11915 2017-02-06T11:10:38.383-05:00
0 SN 2 13725 2017-02-06T11:10:38.555-05:00
1 SN 2 22727 2017-02-06T11:10:39.226-05:00
0 SN 2 10514 2017-02-06T11:10:38.29-05:00
1 CV 2 7096 2017-02-06T11:10:37.993-05:00
0 SN 2 18305 2017-02-06T11:10:38.882-05:00
0 NG 1 24464 2017-02-06T11:10:39.35-05:00
0 SN 2 18411 2017-02-06T11:10:38.882-05:00
0 SN 2 14801 2017-02-06T11:10:38.617-05:00
Powered by BI Documenter