DWStaging
 dbo.ST_COURSE_CE_BROKER_A_SUBJECT_AREA (Table)
  Properties
Property Value
Name ST_COURSE_CE_BROKER_A_SUBJECT_AREA
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 KB
Create Date 8/21/2014 11:24 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
int(10, 0)
False
False
False
 
cnxarraycolumn_2
smallint(5, 0)
False
False
False
 
ISN_ST_COURSE_CE_BROKER_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
SUBJECT_AREA
varchar(2)
True
False
False
 
SUBJECT_AREA_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_COURSE_CE_BROKER_A, cnxarraycolumn, cnxarraycolumn_2
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_COURSE_CE_BROKER_A_SUBJECT_AREA depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_COURSE_CE_BROKER_A_SUBJECT_AREA)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_COURSE_CE_BROKER_A_SUBJECT_AREA] Script Date: 03/09/2017 16:46:02 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_COURSE_CE_BROKER_A_SUBJECT_AREA](
    [ISN_ST_COURSE_CE_BROKER_A] [int] NOT NULL,
    [SUBJECT_AREA_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [SUBJECT_AREA] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
Powered by BI Documenter