Skip to content

Commit 0592de2

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into 20250409-schemabinding
2 parents 23532d9 + 13c9775 commit 0592de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/relational-databases/system-stored-procedures/sys-sp-cdc-help-jobs-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ sys.sp_cdc_help_jobs
4343
| --- | --- | --- |
4444
| `job_id` | **uniqueidentifier** | The ID of the job. |
4545
| `job_type` | **nvarchar(20)** | The type of job. |
46+
| `job_name` | **sysname** | The name of the job. |
4647
| `maxtrans` | **int** | The maximum number of transactions to process in each scan cycle.<br /><br />`maxtrans` is valid only for capture jobs. |
4748
| `maxscans` | **int** | The maximum number of scan cycles to execute in order to extract all rows from the log.<br /><br />`maxscans` is valid only for capture jobs. |
4849
| `continuous` | **bit** | A flag indicating whether the capture job is to run continuously (`1`), or run in one-time mode (`0`). For more information, see [sys.sp_cdc_add_job](sys-sp-cdc-add-job-transact-sql.md).<br /><br />`continuous` is valid only for capture jobs. |

0 commit comments

Comments
 (0)