StopMoveTablesSP | SQL Operators & User-Defined Functions | Teradata Vantage - StopMoveTablesSP - 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™

Stops queuing and executing additional action groups using a running call to ManageMoveTablesSP.

ANSI Compliance

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

Syntax

CALL [TDMaps.] StopMoveTablesSP (
  'StopQueuedActions',
  :NumActionsStopped,
  :NumQueuedActionsStopped
) [;]

Syntax Elements

TDMaps.
The name of the database.
StopQueuedActions
'N' ensures all actions within the queued group complete before terminating.
'Y' allows for stopping individual queued actions that have yet to run.
NumActionsStopped
The number of remaining actions in TableActionList that were stopped before queueing for execution.
NumQueuedActionsStopped
The number of already-queued actions that were stopped before executing. Applicable only when StopQueuedActions is 'Y'.