DWStaging
 dbo.ST_CRS_TST_A_TST_RQMMNT (Table)
  Properties
Property Value
Name ST_CRS_TST_A_TST_RQMMNT
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 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_CRS_TST_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
SUBTEST_CD
varchar(2)
True
False
False
 
TEST
varchar(4)
True
False
False
 
TST_GRD
varchar(2)
True
False
False
 
TST_RQMMNT_COUNT
smallint(5, 0)
False
False
False
 
TST_SCR
numeric(17, 2)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_CRS_TST_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_CRS_TST_A_TST_RQMMNT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_CRS_TST_A_TST_RQMMNT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_CRS_TST_A_TST_RQMMNT] Script Date: 03/09/2017 16:46:03 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_CRS_TST_A_TST_RQMMNT](
    [ISN_ST_CRS_TST_A] [int] NOT NULL,
    [TST_RQMMNT_COUNT] [smallint] NOT NULL,
    [TEST] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [SUBTEST_CD] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [TST_SCR] [numeric](17, 2) NULL,
    [TST_GRD] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
Powered by BI Documenter