DWStaging
 dbo.FIP_CO_HDR_A_VENDOR_ADDRESS_B (Table)
  Properties
Property Value
Name FIP_CO_HDR_A_VENDOR_ADDRESS_B
Schema dbo
Row Count 314307
Data Size 6248 KB
Index Size 5728 KB
Create Date 10/24/2012 3:19 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_FIP_CO_HDR_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
VENDOR_ADDRESS_B
varchar(64)
True
False
False
 
VENDOR_ADDRESS_B_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_FIP_CO_HDR_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FIP_CO_HDR_A_VENDOR_ADDRESS_B depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FIP_CO_HDR_A_VENDOR_ADDRESS_B)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FIP_CO_HDR_A_VENDOR_ADDRESS_B] Script Date: 03/09/2017 16:45:23 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FIP_CO_HDR_A_VENDOR_ADDRESS_B](
    [ISN_FIP_CO_HDR_A] [int] NOT NULL,
    [VENDOR_ADDRESS_B_COUNT] [smallint] NOT NULL,
    [VENDOR_ADDRESS_B] [varchar](64) 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_FIP_CO_HDR_A RowUpdatedOn VENDOR_ADDRESS_B VENDOR_ADDRESS_B_COUNT
3 19480 2017-02-06T11:13:02.856-05:00 7
6 1611 2017-02-06T11:12:58.847-05:00 7
5 12953 2017-02-06T11:13:01.389-05:00 7
6 100 2017-02-06T11:12:58.488-05:00 7
1 35001 2017-02-06T11:13:06.381-05:00 7
0 27554 2017-02-06T11:13:04.697-05:00 7
0 7900 2017-02-06T11:13:00.266-05:00 7
0 23218 2017-02-06T11:13:03.667-05:00 7
6 10352 2017-02-06T11:13:00.781-05:00 7
1 2911 2017-02-06T11:12:59.205-05:00 7
Powered by BI Documenter