Skip to content

Commit 9024cfb

Browse files
authored
Merge pull request #28857 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 2c7fdb4 + 241715c commit 9024cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GO
6363

6464
## Enable for a table
6565

66-
After a database has been enabled for change data capture, members of the **db_owner** fixed database role can create a capture instance for individual source tables by using the stored procedure `sys.sp_cdc_enable_table`e`. To determine whether a source table has already been enabled for change data capture, examine the is_tracked_by_cdc column in the `sys.tables` catalog view.
66+
After a database has been enabled for change data capture, members of the **db_owner** fixed database role can create a capture instance for individual source tables by using the stored procedure `sys.sp_cdc_enable_table`. To determine whether a source table has already been enabled for change data capture, examine the is_tracked_by_cdc column in the `sys.tables` catalog view.
6767

6868
> [!IMPORTANT]
6969
> For more information about the `sys.sp_cdc_enable_table` stored procedure arguments, see [sys.sp_cdc_enable_table (Transact-SQL)](/sql/relational-databases/system-stored-procedures/sys-sp-cdc-enable-table-transact-sql).

0 commit comments

Comments
 (0)