DWStaging
 dbo.ST_CLASS_LOG_A_SBJCT_AREA (Table)
  Properties
Property Value
Name ST_CLASS_LOG_A_SBJCT_AREA
Schema dbo
Row Count 2207771
Data Size 46728 KB
Index Size 37328 KB
Create Date 8/15/2012 12:45 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_CLASS_LOG_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
SBJCT_AREA
varchar(4)
True
False
False
 
SBJCT_AREA_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_CLASS_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_CLASS_LOG_A_SBJCT_AREA depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_CLASS_LOG_A_SBJCT_AREA)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_CLASS_LOG_A_SBJCT_AREA] Script Date: 03/09/2017 16:45:59 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_CLASS_LOG_A_SBJCT_AREA](
    [ISN_ST_CLASS_LOG_A] [int] NOT NULL,
    [SBJCT_AREA_COUNT] [smallint] NOT NULL,
    [SBJCT_AREA] [varchar](4) 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_CLASS_LOG_A RowUpdatedOn SBJCT_AREA SBJCT_AREA_COUNT
0 1588731 2017-02-06T10:01:52.781-05:00 12 1
0 189844 2017-02-06T10:00:28.025-05:00 02 1
0 552596 2017-02-06T10:00:48.43-05:00 19 1
0 1028282 2017-02-06T10:01:16.464-05:00 20 1
0 1147205 2017-02-06T10:01:24.42-05:00 04 1
0 1568051 2017-02-06T10:01:51.377-05:00 02 1
0 1115824 2017-02-06T10:01:22.22-05:00 13 1
2 1556181 2017-02-06T10:01:50.566-05:00 B002 5
1 1585684 2017-02-06T10:01:52.531-05:00 B002 5
0 944377 2017-02-06T10:01:11.394-05:00 14 1
Powered by BI Documenter