DWStaging
 dbo.ST_SUBTEST_A_TST_SCR_RNG (Table)
  Properties
Property Value
Name ST_SUBTEST_A_TST_SCR_RNG
Schema dbo
Row Count 493
Data Size 16 KB
Index Size 40 KB
Create Date 8/15/2012 2:11 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_SUBTEST_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
TST_SCR_RNG_COUNT
smallint(5, 0)
False
False
False
 
TST_SCR_RNG_HIGH
numeric(17, 2)
True
False
False
 
TST_SCR_RNG_LOW
numeric(17, 2)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_SUBTEST_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_SUBTEST_A_TST_SCR_RNG depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_SUBTEST_A_TST_SCR_RNG)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_SUBTEST_A_TST_SCR_RNG] Script Date: 03/09/2017 16:46:30 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_SUBTEST_A_TST_SCR_RNG](
    [ISN_ST_SUBTEST_A] [int] NOT NULL,
    [TST_SCR_RNG_COUNT] [smallint] NOT NULL,
    [TST_SCR_RNG_LOW] [numeric](17, 2) NULL,
    [TST_SCR_RNG_HIGH] [numeric](17, 2) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_ST_SUBTEST_A RowUpdatedOn TST_SCR_RNG_COUNT TST_SCR_RNG_HIGH TST_SCR_RNG_LOW
0 1100946 2017-02-06T09:27:58.809-05:00 2 17.00
0 1782613 2017-02-06T09:28:34.814-05:00 2 354.00 100.00
2 491888 2017-02-06T09:27:22.803-05:00 3 999.00 990.00
2 56 2017-02-06T09:26:58.811-05:00 3 999.00 990.00
0 26 2017-02-06T09:26:58.811-05:00 3 60.00
1 509156 2017-02-06T09:27:22.803-05:00 2 200.00 110.00
0 1562594 2017-02-06T09:28:22.801-05:00 2 79.99
3 2348525 2017-02-06T09:29:10.803-05:00 5 98.00 90.00
0 711218 2017-02-06T09:27:34.8-05:00 2 132.00 1.00
1 41 2017-02-06T09:26:58.811-05:00 2 99.00 31.00
Powered by BI Documenter