DWStaging
 dbo.FIP_NOTES_NOTES (Table)
  Properties
Property Value
Name FIP_NOTES_NOTES
Schema dbo
Row Count 3057370
Data Size 171712 KB
Index Size 51680 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_NOTES
int(10, 0)
False
False
False
 
NOTES
varchar(60)
True
False
False
 
NOTES_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_NOTES, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FIP_NOTES_NOTES depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FIP_NOTES_NOTES)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FIP_NOTES_NOTES] Script Date: 03/09/2017 16:45:23 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FIP_NOTES_NOTES](
    [ISN_FIP_NOTES] [int] NOT NULL,
    [NOTES_COUNT] [smallint] NOT NULL,
    [NOTES] [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_FIP_NOTES NOTES NOTES_COUNT RowUpdatedOn
1 1009023 ADDED - Qualify=Y, Sub to IRS= 3 2017-02-06T10:27:39.406-05:00
5 321481 **Notes Created by FIG891J1 on 10/31/2006 at 01:01:33 PM 44 2017-02-06T10:26:43.932-05:00
0 189757 **Notes Created by WILLIAME on 05/25/2004 at 11:35:24 AM 8 2017-02-06T10:26:32.7-05:00
2 658133 all items received & paid 3 2017-02-06T10:27:12.433-05:00
4 1186939 **Notes created by E005840 on 03/18/2016 at 10:10:10 AM 12 2017-02-06T10:28:12.447-05:00
20 1183276 SENT TO IRS 20160322 21 2017-02-06T10:28:10.341-05:00
9 1123830 SENT TO IRS 20160318 16 2017-02-06T10:27:56.238-05:00
0 74988 **Notes Created by SDEJESUS on 08/13/2001 at 02:15:31 PM 2 2017-02-06T10:26:22.965-05:00
0 424111 WEB 1 2017-02-06T10:26:53.9-05:00
2 1138750 DNS REASON: Key Amounts = 0 9 2017-02-06T10:28:00.762-05:00
Powered by BI Documenter