STOP SYNC JOB
Descriptionβ
Stop a running resident data synchronization job in a database by specifying its job_name
. Once stopped, the job will cease synchronizing data and release its occupied resources.
Syntaxβ
STOP SYNC JOB [<db>.]<job_name>
Required Parametersβ
1. <job_name>
Specifies the name of the data synchronization job to be stopped.
Optional Parametersβ
1. <db>
If a database is specified using the
[<db>.]
prefix, the job is located in that database; otherwise, the current database is used.
Access Control Requirementsβ
Any user or role can perform this operation.
Exampleβ
-
Stop the data synchronization job named
job_name
.STOP SYNC JOB `job_name`;