DWStaging
 dbo.ST_PROGRAMS_A_PGM_AREA_GROUP_CRS_AND_OR (Table)
  Properties
Property Value
Name ST_PROGRAMS_A_PGM_AREA_GROUP_CRS_AND_OR
Schema dbo
Row Count 5155
Data Size 112 KB
Index Size 128 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_AND_OR
varchar(1)
True
False
False
 
PGM_AREA_GROUP_CRS_AND_OR_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_AND_OR depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PROGRAMS_A_PGM_AREA_GROUP_CRS_AND_OR)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PROGRAMS_A_PGM_AREA_GROUP_CRS_AND_OR] 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_AND_OR](
    [ISN_ST_PROGRAMS_A] [int] NOT NULL,
    [PGM_AREA_GROUP_CRS_AND_OR_COUNT] [smallint] NOT NULL,
    [PGM_AREA_GROUP_CRS_AND_OR] [varchar](1) 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_AND_OR PGM_AREA_GROUP_CRS_AND_OR_COUNT RowUpdatedOn
0 74814 A 6 2017-02-06T10:35:55.848-05:00
5 71084 A 7 2017-02-06T10:35:55.832-05:00
0 105204 O 1 2017-02-06T10:35:57.408-05:00
3 114333 O 10 2017-02-06T10:35:57.423-05:00
1 36356 O 2 2017-02-06T10:35:55.754-05:00
0 69547 A 5 2017-02-06T10:35:55.817-05:00
0 83892 O 4 2017-02-06T10:35:55.863-05:00
1 107163 A 3 2017-02-06T10:35:57.408-05:00
3 73468 O 27 2017-02-06T10:35:55.848-05:00
0 99585 A 3 2017-02-06T10:35:57.392-05:00
Powered by BI Documenter