DWStaging
 dbo.ST_PROGRAMS_A_LA_GRP (Table)
  Properties
Property Value
Name ST_PROGRAMS_A_LA_GRP
Schema dbo
Row Count 211
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_A
int(10, 0)
False
False
False
 
LA_GRP
varchar(5)
True
False
False
 
LA_GRP_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_LA_GRP depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_PROGRAMS_A_LA_GRP)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_PROGRAMS_A_LA_GRP] Script Date: 03/09/2017 16:46:13 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_PROGRAMS_A_LA_GRP](
    [ISN_ST_PROGRAMS_A] [int] NOT NULL,
    [LA_GRP_COUNT] [smallint] NOT NULL,
    [LA_GRP] [varchar](5) 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 LA_GRP LA_GRP_COUNT RowUpdatedOn
0 113621 BASA 1 2017-02-06T10:36:25.301-05:00
1 82210 PARSB 3 2017-02-06T10:36:23.756-05:00
2 84395 NRPT 3 2017-02-06T10:36:23.756-05:00
0 110166 MEDA 1 2017-02-06T10:36:25.301-05:00
0 85354 BASI 1 2017-02-06T10:36:23.756-05:00
0 107756 MEDA 1 2017-02-06T10:36:25.301-05:00
0 112151 MEDA 1 2017-02-06T10:36:25.301-05:00
0 86022 BASI 1 2017-02-06T10:36:23.756-05:00
0 60982 DHYG 1 2017-02-06T10:36:23.756-05:00
0 87534 OPHTH 1 2017-02-06T10:36:23.756-05:00
Powered by BI Documenter