DWStaging
 dbo.FIP_CO_HDR_A_PO_FREE_TEXT (Table)
  Properties
Property Value
Name FIP_CO_HDR_A_PO_FREE_TEXT
Schema dbo
Row Count 117
Data Size 8 KB
Index Size 24 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
 
PO_FREE_TEXT
varchar(30)
True
False
False
 
PO_FREE_TEXT_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_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_PO_FREE_TEXT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FIP_CO_HDR_A_PO_FREE_TEXT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FIP_CO_HDR_A_PO_FREE_TEXT] Script Date: 03/09/2017 16:45:22 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FIP_CO_HDR_A_PO_FREE_TEXT](
    [ISN_FIP_CO_HDR_A] [int] NOT NULL,
    [PO_FREE_TEXT_COUNT] [smallint] NOT NULL,
    [PO_FREE_TEXT] [varchar](30) 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 PO_FREE_TEXT PO_FREE_TEXT_COUNT RowUpdatedOn
1 20338 ** REVISED SHIPPING TOTAL ** 3 2017-02-06T11:12:36.835-05:00
1 20726 EQUIP LOC: WEST TECH/BELLE 3 2017-02-06T11:12:36.835-05:00
1 18497 EQUIP LOC: LL216.1 2 2017-02-06T11:12:36.835-05:00
0 20509 ** DO NOT DUPLICATE ** 3 2017-02-06T11:12:36.835-05:00
1 37130 ADDITIONAL QUOTE #009345, 3 2017-02-06T11:12:36.835-05:00
1 26360 APPROVED BY THE DISTRICT BOARD 3 2017-02-06T11:12:36.835-05:00
0 40996 PER ATTACHED ORDER 3 2017-02-06T11:12:36.835-05:00
0 20617 ATTN: TRACY. LINES ONE & TWO 3 2017-02-06T11:12:36.835-05:00
2 20726 GLADE 3 2017-02-06T11:12:36.835-05:00
0 37130 PER ATTACHED QUOTE #009338 3 2017-02-06T11:12:36.835-05:00
Powered by BI Documenter