DWStaging
 dbo.BATCH_A_REPORT_DESCRIPTION (Table)
  Properties
Property Value
Name BATCH_A_REPORT_DESCRIPTION
Schema dbo
Row Count 6356
Data Size 296 KB
Index Size 176 KB
Create Date 8/20/2014 11:17 AM
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_BATCH_A
int(10, 0)
False
False
False
 
REPORT_DESCRIPTION
varchar(50)
True
False
False
 
REPORT_DESCRIPTION_COUNT
smallint(5, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_BATCH_A, cnxarraycolumn, cnxarraycolumn_2
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.BATCH_A_REPORT_DESCRIPTION depends on)
Name Type
  Child Dependencies (objects that depend on dbo.BATCH_A_REPORT_DESCRIPTION)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[BATCH_A_REPORT_DESCRIPTION] Script Date: 03/09/2017 16:45:06 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[BATCH_A_REPORT_DESCRIPTION](
    [ISN_BATCH_A] [int] NOT NULL,
    [REPORT_DESCRIPTION_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [REPORT_DESCRIPTION] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn cnxarraycolumn_2 ISN_BATCH_A REPORT_DESCRIPTION REPORT_DESCRIPTION_COUNT RowUpdatedOn
0 0 31443 DELETES THE FOLLOWING DATASET: 2 2017-02-06T11:11:18.335-05:00
0 1 879 CONTROL REPORT 2 2017-02-06T11:11:16.198-05:00
0 1 11270 CONTROL REPORT 2 2017-02-06T11:11:17.321-05:00
0 1 10409 CONTROL 2 2017-02-06T11:11:16.666-05:00
8 0 19915 ERROR REPORT 6 2017-02-06T11:11:18.085-05:00
0 0 11194 ERROR REPORT 3 2017-02-06T11:11:16.681-05:00
4 1 5079 CONTROL REPORT 2 2017-02-06T11:11:16.213-05:00
0 1 11725 CONTROL REPORT 2 2017-02-06T11:11:17.321-05:00
6 6 10578 REPORT OUTPUT (DUNNING LETTER 5) 8 2017-02-06T11:11:16.681-05:00
2 0 29876 CONTROL TOTALS 1 2017-02-06T11:11:18.117-05:00
Powered by BI Documenter