MonitorAnalyzeSP | SQL Operators & User-Defined Functions | Teradata Vantage - MonitorAnalyzeSP - Advanced SQL Engine - Teradata Database

SQL Operators and User-Defined Functions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
xwv1596137968859.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

MonitorAnalyzeSP monitors the progress of the AnalyzeSP associated with a given action list.

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Syntax

CALL [TDMaps.] MonitorAnalyzeSP (
  'ActionListName',
  :CompleteSteps,
  :TotalSteps
) [;]

Syntax Elements

TDMaps.
The name of the database.
ActionListName
Name of the analyzed action list.
CompleteSteps
An output parameter for the number of steps that the Analyzer finished analyzing.
TotalSteps
An output parameter for the total number of steps completed during analysis.