DWStaging
 dbo.ST_REPORT_SELECTION_A_ENRL_TRM (Table)
  Properties
Property Value
Name ST_REPORT_SELECTION_A_ENRL_TRM
Schema dbo
Row Count 386
Data Size 16 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
 
ENRL_TRM
varchar(6)
True
False
False
 
ENRL_TRM_COUNT
smallint(5, 0)
False
False
False
 
ISN_ST_REPORT_SELECTION_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_REPORT_SELECTION_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_REPORT_SELECTION_A_ENRL_TRM depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_REPORT_SELECTION_A_ENRL_TRM)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_REPORT_SELECTION_A_ENRL_TRM] Script Date: 03/09/2017 16:46:18 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_REPORT_SELECTION_A_ENRL_TRM](
    [ISN_ST_REPORT_SELECTION_A] [int] NOT NULL,
    [ENRL_TRM_COUNT] [smallint] NOT NULL,
    [ENRL_TRM] [varchar](6) 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 ENRL_TRM ENRL_TRM_COUNT ISN_ST_REPORT_SELECTION_A RowUpdatedOn
0 CUR 1 328 2017-02-06T11:29:55.645-05:00
2 20022 3 101 2017-02-06T11:29:55.63-05:00
0 20162 1 363 2017-02-06T11:29:55.645-05:00
0 20022 1 115 2017-02-06T11:29:55.63-05:00
0 20162 1 365 2017-02-06T11:29:55.645-05:00
3 20041 4 166 2017-02-06T11:29:55.63-05:00
0 20011 1 28 2017-02-06T11:29:55.63-05:00
0 20162 1 352 2017-02-06T11:29:55.645-05:00
0 20013 3 144 2017-02-06T11:29:55.63-05:00
0 20042 1 169 2017-02-06T11:29:55.63-05:00
Powered by BI Documenter