StopMoveTablesSP | SQL Operators & User-Defined Functions | Teradata Vantage - StopMoveTablesSP - Analytics Database - Teradata Vantage

SQL Operators and User-Defined Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
xub1628111590556.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
drp1544241916620
lifecycle
latest
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'.