DWStaging
 dbo.CHECK_SUMMARY_A_PREV_COMMENT (Table)
  Properties
Property Value
Name CHECK_SUMMARY_A_PREV_COMMENT
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 KB
Create Date 8/20/2014 2:01 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
int(10, 0)
False
False
False
 
cnxarraycolumn_2
smallint(5, 0)
False
False
False
 
ISN_CHECK_SUMMARY_A
int(10, 0)
False
False
False
 
PREV_COMMENT
varchar(60)
True
False
False
 
PREV_COMMENT_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_CHECK_SUMMARY_A, cnxarraycolumn, cnxarraycolumn_2
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.CHECK_SUMMARY_A_PREV_COMMENT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.CHECK_SUMMARY_A_PREV_COMMENT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[CHECK_SUMMARY_A_PREV_COMMENT] Script Date: 03/09/2017 16:45:08 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[CHECK_SUMMARY_A_PREV_COMMENT](
    [ISN_CHECK_SUMMARY_A] [int] NOT NULL,
    [PREV_COMMENT_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [PREV_COMMENT] [varchar](60) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
Powered by BI Documenter