DWStaging
 dbo.SPECIAL_CHECKS_A_ACCOUNT_INFO (Table)
  Properties
Property Value
Name SPECIAL_CHECKS_A_ACCOUNT_INFO
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 KB
Create Date 2/13/2017 3:59 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ACCOUNT_AMOUNT
numeric(17, 2)
True
False
False
 
ACCOUNT_INFO_COUNT
smallint(5, 0)
False
False
False
 
ACCOUNT_PERC
numeric(17, 4)
True
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
GL_ACCT_NO
varchar(25)
True
False
False
 
ISN_SPECIAL_CHECKS_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_SPECIAL_CHECKS_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.SPECIAL_CHECKS_A_ACCOUNT_INFO depends on)
Name Type
  Child Dependencies (objects that depend on dbo.SPECIAL_CHECKS_A_ACCOUNT_INFO)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[SPECIAL_CHECKS_A_ACCOUNT_INFO] Script Date: 03/09/2017 16:45:55 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[SPECIAL_CHECKS_A_ACCOUNT_INFO](
    [ISN_SPECIAL_CHECKS_A] [int] NOT NULL,
    [ACCOUNT_INFO_COUNT] [smallint] NOT NULL,
    [GL_ACCT_NO] [varchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [ACCOUNT_AMOUNT] [numeric](17, 2) NULL,
    [ACCOUNT_PERC] [numeric](17, 4) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
Powered by BI Documenter