DWStaging
 dbo.BATCH_A_TEXT (Table)
  Properties
Property Value
Name BATCH_A_TEXT
Schema dbo
Row Count 15116
Data Size 920 KB
Index Size 296 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
 
ISN_BATCH_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
TEXT
varchar(50)
True
False
False
 
TEXT_COUNT
smallint(5, 0)
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_TEXT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.BATCH_A_TEXT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[BATCH_A_TEXT] Script Date: 03/09/2017 16:45:06 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[BATCH_A_TEXT](
    [ISN_BATCH_A] [int] NOT NULL,
    [TEXT_COUNT] [smallint] NOT NULL,
    [TEXT] [varchar](50) 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_BATCH_A RowUpdatedOn TEXT TEXT_COUNT
2 11133 2017-02-06T11:12:01.313-05:00 amount. Rejecting types: PY,VP,AP,CK,OP,OV,'D 'BL 9
0 49 2017-02-06T11:12:00.377-05:00 Any valid date. 2
9 11277 2017-02-06T11:12:01.407-05:00 Finance System ID. If a '*' is used on both the 26
0 27405 2017-02-06T11:12:02.546-05:00 Y = Include session in sorting process 3
0 8652 2017-02-06T11:12:01.126-05:00 Any valid eight character input 1
0 3697 2017-02-06T11:12:00.705-05:00 Up to six (6) job groups separated by a comma 2
2 9776 2017-02-06T11:12:01.173-05:00 > 4
0 7604 2017-02-06T11:12:01.001-05:00 This will update the Activity fields on Students 2
3 32871 2017-02-06T11:12:02.764-05:00 per aid year. New students about to be loaded to 7
0 7708 2017-02-06T11:12:01.017-05:00 This Job will create 3rd Party transactions to be 3
Powered by BI Documenter