DWStaging
 dbo.ST_PLACEMENT_CRS_A_COURSE_INFO (Table)
  Properties
Property Value
Name ST_PLACEMENT_CRS_A_COURSE_INFO
Schema dbo
Row Count 37
Data Size 8 KB
Index Size 24 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_INFO_COUNT
smallint(5, 0)
False
False
False
 
CRS_ID
varchar(10)
True
False
False
 
ISN_ST_PLACEMENT_CRS_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_PLACEMENT_CRS_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_PLACEMENT_CRS_A_COURSE_INFO depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PLACEMENT_CRS_A_COURSE_INFO)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PLACEMENT_CRS_A_COURSE_INFO] Script Date: 03/09/2017 16:46:12 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_PLACEMENT_CRS_A_COURSE_INFO](
    [ISN_ST_PLACEMENT_CRS_A] [int] NOT NULL,
    [COURSE_INFO_COUNT] [smallint] NOT NULL,
    [CRS_ID] [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_INFO_COUNT CRS_ID ISN_ST_PLACEMENT_CRS_A RowUpdatedOn
9 12 REA0017 3 2017-02-06T11:32:29.509-05:00
2 13 MAT0003 2 2017-02-06T11:32:29.509-05:00
0 12 EAP1620 3 2017-02-06T11:32:29.509-05:00
5 13 MAT0006 2 2017-02-06T11:32:29.509-05:00
10 13 MAT1* 2 2017-02-06T11:32:29.509-05:00
6 12 ENC0025 1 2017-02-06T11:32:29.509-05:00
7 13 MAT0024 2 2017-02-06T11:32:29.509-05:00
0 12 EAP1684 1 2017-02-06T11:32:29.509-05:00
7 12 ENG0003 3 2017-02-06T11:32:29.509-05:00
1 13 MAT0001 2 2017-02-06T11:32:29.509-05:00
Powered by BI Documenter