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.00
Published
September 2020
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
qqu1556127655717.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

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

Syntax

CALL [TDMaps.] StopMoveTablesSP (
  'StopQueuedActions',
  :NumActionsStopped,
  :NumQueuedActionsStopped
) [;]
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.

Output Parameters

The output parameters include:
  • :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'.