DWStaging
 dbo.UTL_CODE_TABLE_USAGE_NOTE (Table)
  Properties
Property Value
Name UTL_CODE_TABLE_USAGE_NOTE
Schema dbo
Row Count 4
Data Size 8 KB
Index Size 24 KB
Create Date 8/15/2012 2:10 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_UTL_CODE_TABLE
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
USAGE_NOTE
varchar(60)
True
False
False
 
USAGE_NOTE_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_UTL_CODE_TABLE, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.UTL_CODE_TABLE_USAGE_NOTE depends on)
Name Type
  Child Dependencies (objects that depend on dbo.UTL_CODE_TABLE_USAGE_NOTE)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[UTL_CODE_TABLE_USAGE_NOTE] Script Date: 03/09/2017 16:46:36 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[UTL_CODE_TABLE_USAGE_NOTE](
    [ISN_UTL_CODE_TABLE] [int] NOT NULL,
    [USAGE_NOTE_COUNT] [smallint] NOT NULL,
    [USAGE_NOTE] [varchar](60) 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_UTL_CODE_TABLE RowUpdatedOn USAGE_NOTE USAGE_NOTE_COUNT
0 71145 2017-02-06T10:46:42.644-05:00 TABLE OF TABLES 1
0 3 2017-02-06T10:46:42.644-05:00 TO BE USED FOR DIFFERENTIATING ACCOUNTS 1
0 7 2017-02-06T10:46:42.644-05:00 AUTHORIZED GENERAL LEDGER CODES 1
0 1 2017-02-06T10:46:42.644-05:00 TABLE OF TABLES 1
Powered by BI Documenter