DWStaging
 dbo.BUDGET_PREP_FILE_REPORT_HEADING (Table)
  Properties
Property Value
Name BUDGET_PREP_FILE_REPORT_HEADING
Schema dbo
Row Count 12
Data Size 8 KB
Index Size 24 KB
Create Date 8/20/2014 2:01 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
int(10, 0)
False
False
False
 
cnxarraycolumn_2
smallint(5, 0)
False
False
False
 
ISN_BUDGET_PREP_FILE
int(10, 0)
False
False
False
 
REPORT_HEADING
varchar(15)
True
False
False
 
REPORT_HEADING_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_BUDGET_PREP_FILE, cnxarraycolumn, cnxarraycolumn_2
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.BUDGET_PREP_FILE_REPORT_HEADING depends on)
Name Type
  Child Dependencies (objects that depend on dbo.BUDGET_PREP_FILE_REPORT_HEADING)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[BUDGET_PREP_FILE_REPORT_HEADING] Script Date: 03/09/2017 16:45:07 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[BUDGET_PREP_FILE_REPORT_HEADING](
    [ISN_BUDGET_PREP_FILE] [int] NOT NULL,
    [REPORT_HEADING_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [REPORT_HEADING] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn cnxarraycolumn_2 ISN_BUDGET_PREP_FILE REPORT_HEADING REPORT_HEADING_COUNT RowUpdatedOn
0 0 1 Iteration 2 2017-02-06T11:18:59.708-05:00
1 0 22845 Fund 2 2 2017-02-06T11:18:59.708-05:00
0 0 62903 Iteration 1 2 2017-02-06T11:18:59.708-05:00
0 1 43834 Fund 2 2 2017-02-06T11:18:59.708-05:00
0 0 80039 Iteration 1 2 2017-02-06T11:19:01.518-05:00
0 0 43834 Iteration 2 2 2017-02-06T11:18:59.708-05:00
0 1 62903 Fund 1 2 2017-02-06T11:18:59.724-05:00
1 1 22845 Import File 2 2017-02-06T11:18:59.708-05:00
0 1 1 1 2 2017-02-06T11:18:59.708-05:00
0 1 22845 Fund 1 Import 2 2017-02-06T11:18:59.708-05:00
Powered by BI Documenter