DWStaging
 dbo.ST_PROGRAMS_A_PGM_AREA_GROUP_CRS (Table)
  Properties
Property Value
Name ST_PROGRAMS_A_PGM_AREA_GROUP_CRS
Schema dbo
Row Count 63318
Data Size 1680 KB
Index Size 1112 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_A
int(10, 0)
False
False
False
 
PGM_AREA_GROUP_CRS
varchar(10)
True
False
False
 
PGM_AREA_GROUP_CRS_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_PROGRAMS_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_PROGRAMS_A_PGM_AREA_GROUP_CRS depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PROGRAMS_A_PGM_AREA_GROUP_CRS)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PROGRAMS_A_PGM_AREA_GROUP_CRS] Script Date: 03/09/2017 16:46:14 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_PROGRAMS_A_PGM_AREA_GROUP_CRS](
    [ISN_ST_PROGRAMS_A] [int] NOT NULL,
    [PGM_AREA_GROUP_CRS_COUNT] [smallint] NOT NULL,
    [PGM_AREA_GROUP_CRS] [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 ISN_ST_PROGRAMS_A PGM_AREA_GROUP_CRS PGM_AREA_GROUP_CRS_COUNT RowUpdatedOn
3 86377 MUH2018 8 2017-02-06T10:35:52.837-05:00
6 68088 SYG2010 14 2017-02-06T10:35:51.636-05:00
8 107661 PHI1010 43 2017-02-06T10:35:53.835-05:00
5 42298 POLSCI 6 2017-02-06T10:35:50.06-05:00
0 58879 AST* 13 2017-02-06T10:35:51.168-05:00
20 84718 BAS1001 24 2017-02-06T10:35:52.556-05:00
7 60482 LIT2050 15 2017-02-06T10:35:51.23-05:00
16 106493 LIT2120 25 2017-02-06T10:35:53.804-05:00
0 46418 EET2322C 2 2017-02-06T10:35:50.325-05:00
1 70006 BSC2426C 2 2017-02-06T10:35:51.714-05:00
Powered by BI Documenter