DWStaging
 dbo.ST_PLACEMENT_CRS_A_PASS_GRADE (Table)
  Properties
Property Value
Name ST_PLACEMENT_CRS_A_PASS_GRADE
Schema dbo
Row Count 188
Data Size 8 KB
Index Size 24 KB
Create Date 8/21/2014 1:57 PM
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_PLACEMENT_CRS_A
int(10, 0)
False
False
False
 
PASS_GRADE
varchar(2)
True
False
False
 
PASS_GRADE_COUNT
smallint(5, 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, cnxarraycolumn_2
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_PLACEMENT_CRS_A_PASS_GRADE depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PLACEMENT_CRS_A_PASS_GRADE)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PLACEMENT_CRS_A_PASS_GRADE] Script Date: 03/09/2017 16:46:12 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_PLACEMENT_CRS_A_PASS_GRADE](
    [ISN_ST_PLACEMENT_CRS_A] [int] NOT NULL,
    [PASS_GRADE_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [PASS_GRADE] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn cnxarraycolumn_2 ISN_ST_PLACEMENT_CRS_A PASS_GRADE PASS_GRADE_COUNT RowUpdatedOn
2 1 3 B 5 2017-02-06T11:32:24.096-05:00
10 0 1 A 5 2017-02-06T11:32:24.096-05:00
4 3 2 P 5 2017-02-06T11:32:24.096-05:00
7 2 2 C 5 2017-02-06T11:32:24.096-05:00
2 3 1 P 5 2017-02-06T11:32:24.096-05:00
10 2 1 C 5 2017-02-06T11:32:24.096-05:00
9 4 3 S 5 2017-02-06T11:32:24.096-05:00
9 4 2 S 5 2017-02-06T11:32:24.096-05:00
4 0 2 A 5 2017-02-06T11:32:24.096-05:00
2 2 1 C 5 2017-02-06T11:32:24.096-05:00
Powered by BI Documenter