DWStaging
 dbo.BATCH_A_RESTART_TEXT (Table)
  Properties
Property Value
Name BATCH_A_RESTART_TEXT
Schema dbo
Row Count 3222
Data Size 200 KB
Index Size 88 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
 
RESTART_TEXT
varchar(50)
True
False
False
 
RESTART_TEXT_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_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_RESTART_TEXT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.BATCH_A_RESTART_TEXT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[BATCH_A_RESTART_TEXT] Script Date: 03/09/2017 16:45:06 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[BATCH_A_RESTART_TEXT](
    [ISN_BATCH_A] [int] NOT NULL,
    [RESTART_TEXT_COUNT] [smallint] NOT NULL,
    [RESTART_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 RESTART_TEXT RESTART_TEXT_COUNT RowUpdatedOn
0 1188 Fix any errors, and rerun job from the beginning. 2 2017-02-06T11:11:54.98-05:00
0 13881 Correct error and re-run. 1 2017-02-06T11:11:56.633-05:00
1 8091 the following when an abend occurs: 4 2017-02-06T11:11:55.198-05:00
5 32973 should be corrected and the fund rollover run 12 2017-02-06T11:11:56.883-05:00
0 24186 Rerun from beginning of job 1 2017-02-06T11:11:56.649-05:00
10 8887 ---- Else ---- 14 2017-02-06T11:11:55.214-05:00
0 4871 Restart from the beginning. 1 2017-02-06T11:11:54.995-05:00
0 1185 This is a report only. If the job abends then: 3 2017-02-06T11:11:54.98-05:00
0 7686 REPORT ONLY - Resubmit in the usual manner 1 2017-02-06T11:11:54.995-05:00
7 1298 2. Submit the job again. There will be no restart 10 2017-02-06T11:11:54.98-05:00
Powered by BI Documenter