DWStaging
 dbo.AR_CUSTOMER_A_OBLIGATION_TYPE (Table)
  Properties
Property Value
Name AR_CUSTOMER_A_OBLIGATION_TYPE
Schema dbo
Row Count 33
Data Size 8 KB
Index Size 24 KB
Create Date 11/7/2012 8:27 AM
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_AR_CUSTOMER_A
int(10, 0)
False
False
False
 
OBLIGATION_TYPE
varchar(2)
True
False
False
 
OBLIGATION_TYPE_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_AR_CUSTOMER_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.AR_CUSTOMER_A_OBLIGATION_TYPE depends on)
Name Type
  Child Dependencies (objects that depend on dbo.AR_CUSTOMER_A_OBLIGATION_TYPE)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[AR_CUSTOMER_A_OBLIGATION_TYPE] Script Date: 03/09/2017 16:44:59 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[AR_CUSTOMER_A_OBLIGATION_TYPE](
    [ISN_AR_CUSTOMER_A] [int] NOT NULL,
    [OBLIGATION_TYPE_COUNT] [smallint] NOT NULL,
    [OBLIGATION_TYPE] [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
)
  Sample Data
cnxarraycolumn ISN_AR_CUSTOMER_A OBLIGATION_TYPE OBLIGATION_TYPE_COUNT RowUpdatedOn
0 49598 AP 1 2017-02-06T10:35:13.759-05:00
0 227024 AP 1 2017-02-06T10:35:25.755-05:00
0 310732 AP 1 2017-02-06T10:35:37.175-05:00
0 489694 AP 1 2017-03-01T15:24:43.336-05:00
0 448135 AP 1 2017-02-06T10:35:37.19-05:00
0 423819 AP 1 2017-02-06T10:35:37.19-05:00
0 382951 AP 1 2017-02-06T10:35:37.175-05:00
0 416553 AP 1 2017-02-06T10:35:37.19-05:00
0 488572 AP 1 2017-02-06T10:35:37.19-05:00
0 376355 AP 1 2017-02-06T10:35:37.175-05:00
Powered by BI Documenter