DWStaging
 dbo.FIP_PO_HDR_VIEW_LOG_A_PO_FREE_TEXT (Table)
  Properties
Property Value
Name FIP_PO_HDR_VIEW_LOG_A_PO_FREE_TEXT
Schema dbo
Row Count 1190895
Data Size 55592 KB
Index Size 20152 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_PO_HDR_VIEW_LOG_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_PO_HDR_VIEW_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FIP_PO_HDR_VIEW_LOG_A_PO_FREE_TEXT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FIP_PO_HDR_VIEW_LOG_A_PO_FREE_TEXT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FIP_PO_HDR_VIEW_LOG_A_PO_FREE_TEXT] Script Date: 03/09/2017 16:45:26 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FIP_PO_HDR_VIEW_LOG_A_PO_FREE_TEXT](
    [ISN_FIP_PO_HDR_VIEW_LOG_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_PO_HDR_VIEW_LOG_A PO_FREE_TEXT PO_FREE_TEXT_COUNT RowUpdatedOn
0 557102 EWAY ORDER #111924680 1 2017-02-06T10:21:04.287-05:00
0 597742 PER QUOTE#1519826.02-W1 1 2017-02-06T10:21:06.642-05:00
0 1469796 PER ATTACHED ESTIMATE #55762 2 2017-02-06T10:21:59.854-05:00
0 990063 PER QUOTE DATED 4/2/09 1 2017-02-06T10:21:30.994-05:00
1 1717280 BECKER ON 7/24/12 3 2017-02-06T10:22:16.109-05:00
1 920357 DATED JULY 22, 2008 2 2017-02-06T10:21:26.751-05:00
0 576287 ORDER #: 116556613 1 2017-02-06T10:21:05.363-05:00
0 1704914 PER ATTACHED PRICING REQUEST 2 2017-02-06T10:22:15.298-05:00
2 1653645 AUGUST 18, 2015 3 2017-02-06T10:22:11.897-05:00
1 1042342 BECKER ON 8/14/08 2 2017-02-06T10:21:34.301-05:00
Powered by BI Documenter