DWStaging
 dbo.ST_PROGRAMS_GRD_RQMNTS_A_PPP_INFO (Table)
  Properties
Property Value
Name ST_PROGRAMS_GRD_RQMNTS_A_PPP_INFO
Schema dbo
Row Count 23
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
 
ISN_ST_PROGRAMS_GRD_RQMNTS_A
int(10, 0)
False
False
False
 
PGM_PROGRESS_POINT
varchar(1)
True
False
False
 
PPP_CREDITS
numeric(17, 2)
True
False
False
 
PPP_INFO_COUNT
smallint(5, 0)
False
False
False
 
PPP_POINTS
numeric(17, 1)
True
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_PROGRAMS_GRD_RQMNTS_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_PROGRAMS_GRD_RQMNTS_A_PPP_INFO depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PROGRAMS_GRD_RQMNTS_A_PPP_INFO)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PROGRAMS_GRD_RQMNTS_A_PPP_INFO] Script Date: 03/09/2017 16:46:15 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_PROGRAMS_GRD_RQMNTS_A_PPP_INFO](
    [ISN_ST_PROGRAMS_GRD_RQMNTS_A] [int] NOT NULL,
    [PPP_INFO_COUNT] [smallint] NOT NULL,
    [PGM_PROGRESS_POINT] [varchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [PPP_CREDITS] [numeric](17, 2) NULL,
    [PPP_POINTS] [numeric](17, 1) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_ST_PROGRAMS_GRD_RQMNTS_A PGM_PROGRESS_POINT PPP_CREDITS PPP_INFO_COUNT PPP_POINTS RowUpdatedOn
2 11 C 12.00 4 1.0 2017-02-06T11:31:29.386-05:00
1 10 B 6.00 4 0.5 2017-02-06T11:31:29.386-05:00
3 7 D 12.00 5 1.0 2017-02-06T11:31:29.386-05:00
2 14 C 12.00 4 1.0 2017-02-06T11:31:29.386-05:00
0 11 A 6.00 4 0.5 2017-02-06T11:31:29.386-05:00
1 11 B 6.00 4 0.5 2017-02-06T11:31:29.386-05:00
0 7 A 6.00 5 0.5 2017-02-06T11:31:29.386-05:00
2 10 C 12.00 4 1.0 2017-02-06T11:31:29.386-05:00
3 11 D 12.00 4 1.0 2017-02-06T11:31:29.386-05:00
1 1 B 6.00 2 0.5 2017-02-06T11:31:29.386-05:00
Powered by BI Documenter