Skip to content

Commit 13c9775

Browse files
learn-build-service-prod[bot]Albertyang0rwestMSFTJamesJBarnettYanoOfQueenscastle
authored
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live) (#33773)
* 4/8/2025 AM Publish (#33752) * Fix include file and refresh associated articles * [SCOPED] SQL Tools content: Update author, add ms.collection, fix metadata * added edge case when the parameter is 0 * Edit pass * Update sys-databases-transact-sql.md * Merge pull request #33738 from MicrosoftDocs/release-azure-sql-copilot-ga [Azure SQL Database] Azure SQL Database Copilot - Release branch to main 04/08/2025 @ 1030am PST --------- Co-authored-by: Randolph West MSFT <[email protected]> Co-authored-by: James Barnett <[email protected]> Co-authored-by: YanoOfQueenscastle <[email protected]> Co-authored-by: TWINKLE CYRIL <[email protected]> Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com> Co-authored-by: Mark Ghanayem <[email protected]> * Added missing column in output table Added the missing 'job_name' column in the output table. --------- Co-authored-by: Bo wen Yang <[email protected]> Co-authored-by: Randolph West MSFT <[email protected]> Co-authored-by: James Barnett <[email protected]> Co-authored-by: YanoOfQueenscastle <[email protected]> Co-authored-by: TWINKLE CYRIL <[email protected]> Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com> Co-authored-by: Mark Ghanayem <[email protected]> Co-authored-by: finnigd <[email protected]>
1 parent 55bbd2e commit 13c9775

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)