DWStaging
 dbo.BATCH_A_GROUP_COPIES (Table)
  Properties
Property Value
Name BATCH_A_GROUP_COPIES
Schema dbo
Row Count 72
Data Size 8 KB
Index Size 24 KB
Create Date 11/7/2012 2:39 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
 
GROUP_COPIES
int(10, 0)
True
False
False
 
GROUP_COPIES_COUNT
smallint(5, 0)
False
False
False
 
ISN_BATCH_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_BATCH_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.BATCH_A_GROUP_COPIES depends on)
Name Type
  Child Dependencies (objects that depend on dbo.BATCH_A_GROUP_COPIES)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[BATCH_A_GROUP_COPIES] Script Date: 03/09/2017 16:45:05 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[BATCH_A_GROUP_COPIES](
    [ISN_BATCH_A] [int] NOT NULL,
    [GROUP_COPIES_COUNT] [smallint] NOT NULL,
    [GROUP_COPIES] [int] NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn GROUP_COPIES GROUP_COPIES_COUNT ISN_BATCH_A RowUpdatedOn
1 1 2 18434 2017-02-06T11:11:37.991-05:00
6 1 16 777 2017-02-06T11:11:37.991-05:00
6 1 10 11261 2017-02-06T11:11:37.991-05:00
4 1 6 8440 2017-02-06T11:11:37.991-05:00
11 1 12 13668 2017-02-06T11:11:37.991-05:00
0 1 12 13668 2017-02-06T11:11:37.991-05:00
12 1 16 777 2017-02-06T11:11:37.991-05:00
5 2 10 11261 2017-02-06T11:11:37.991-05:00
1 1 5 11317 2017-02-06T11:11:37.991-05:00
0 1 5 11317 2017-02-06T11:11:37.991-05:00
Powered by BI Documenter