CALL [TDMaps.] MonitorMoveTablesSP (
'ActionListName',
:NumTables,
:NumComplete,
:NumInProgress,
:NumWaitingToStart,
:PercentComplete
) [;]
Syntax Elements
- TDMaps.
- The name of the database.
- ActionListName
- The name of the action list to get status on.
- NumTables
- The total number of objects to move to the new map.
- NumComplete
- The number of objects already moved to the new map.
- NumInProgress
- The number of objects moving to the new map.
- NumWaitingToStart
- The number of objects waiting to move.
- PercentComplete
- The percent of objects already moved to the new map.