DWStaging
 dbo.BATCH_A_REPORT_NAME (Table)
  Properties
Property Value
Name BATCH_A_REPORT_NAME
Schema dbo
Row Count 5815
Data Size 176 KB
Index Size 160 KB
Create Date 8/20/2014 11:42 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_NAME
varchar(8)
True
False
False
 
REPORT_NAME_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_NAME depends on)
Name Type
  Child Dependencies (objects that depend on dbo.BATCH_A_REPORT_NAME)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[BATCH_A_REPORT_NAME] Script Date: 03/09/2017 16:45:06 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[BATCH_A_REPORT_NAME](
    [ISN_BATCH_A] [int] NOT NULL,
    [REPORT_NAME_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [REPORT_NAME] [varchar](8) 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_NAME REPORT_NAME_COUNT RowUpdatedOn
0 0 11323 CMPRT01 2 2017-02-06T11:11:20.082-05:00
0 1 8448 CMPRT02 3 2017-02-06T11:11:18.99-05:00
0 2 26116 CMPRT03 3 2017-02-06T11:11:20.893-05:00
0 2 10881 CMPRT03 3 2017-02-06T11:11:20.082-05:00
0 2 27721 CMPRT03 3 2017-02-06T11:11:20.909-05:00
0 0 9116 CMPRT01 2 2017-02-06T11:11:19.006-05:00
3 0 7755 CMPRT01 3 2017-02-06T11:11:18.975-05:00
0 1 18619 CMPRT02 2 2017-02-06T11:11:20.113-05:00
0 2 8049 CMPRT02 3 2017-02-06T11:11:18.975-05:00
4 0 32137 CMPRT01 4 2017-02-06T11:11:20.925-05:00
Powered by BI Documenter