diff --git a/dm/dm-stop-task.md b/dm/dm-stop-task.md index 680c6bd7ab6bb..c5c9c5ba212d7 100644 --- a/dm/dm-stop-task.md +++ b/dm/dm-stop-task.md @@ -61,4 +61,11 @@ stop-task test } ] } -``` \ No newline at end of file +``` + +> **Note:** +> +> After you stop a migration task with the `stop-task` command, running [`query-status`](/dm/dm-query-status.md) will no longer display the task. However, the checkpoint and other related information for this task is still retained in the `dm_meta` database. +> +> + To start over the migration task, add the `--remove-meta` option when running the [`start-task`](/dm/dm-create-task.md) command. +> + To completely remove the migration task, manually delete the four tables that use the task name as a prefix from the `dm_meta` database. \ No newline at end of file