Skip to content

Commit 22337c9

Browse files
authored
Merge pull request #10066 from finnigd/patch-6
Correct typo - should be maxscans
2 parents 9bbb16a + 200129f commit 22337c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/track-changes/administer-and-monitor-change-data-capture-sql-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The `continuous` parameter controls whether `sp_cdc_scan` relinquishes control i
4343

4444
##### One-shot mode
4545

46-
In one-shot mode, the capture job requests `sp_cdc_scan` to perform up to `maxtrans` scans to try to drain the log and return. Any transactions in addition to `maxtrans` that are present in the log will be processed in later scans.
46+
In one-shot mode, the capture job requests `sp_cdc_scan` to perform up to `maxscans` scans to try to drain the log and return. Any transactions in addition to `maxtrans` that are present in the log will be processed in later scans.
4747

4848
One-shot mode is used in controlled tests, where the volume of transactions to be processed is known, and there are advantages to the fact that the job closes automatically on when it is finished. One-shot mode is not recommended for production use. This is because it relies on the job schedule to manage how frequently the scan cycle is run.
4949

0 commit comments

Comments
 (0)