DWStaging
 dbo.ST_COURSE_A_CAMP_CNTR_RSTRCTN (Table)
  Properties
Property Value
Name ST_COURSE_A_CAMP_CNTR_RSTRCTN
Schema dbo
Row Count 1
Data Size 8 KB
Index Size 24 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
CAMP_CNTR_RSTRCTN
varchar(5)
True
False
False
 
CAMP_CNTR_RSTRCTN_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
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_CAMP_CNTR_RSTRCTN depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_COURSE_A_CAMP_CNTR_RSTRCTN)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_COURSE_A_CAMP_CNTR_RSTRCTN] Script Date: 03/09/2017 16:46:01 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_COURSE_A_CAMP_CNTR_RSTRCTN](
    [ISN_ST_COURSE_A] [int] NOT NULL,
    [CAMP_CNTR_RSTRCTN_COUNT] [smallint] NOT NULL,
    [CAMP_CNTR_RSTRCTN] [varchar](5) 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
CAMP_CNTR_RSTRCTN CAMP_CNTR_RSTRCTN_COUNT cnxarraycolumn ISN_ST_COURSE_A RowUpdatedOn
1 1 0 29805 2017-02-06T11:11:11.112-05:00
Powered by BI Documenter