Skip to content

Commit 4da98ab

Browse files
authored
Merge pull request MicrosoftDocs#519 from TurekBot/patch-4
Missing a letter
2 parents bea2bb9 + aa91169 commit 4da98ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/track-changes/track-data-changes-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ms.workload: "Active"
8282
To gain access to the change data that is associated with a capture instance, the user must be granted select access to all the captured columns of the associated source table. In addition, if a gating role is specified when the capture instance is created, the caller must also be a member of the specified gating role. Other general change data capture functions for accessing metadata will be accessible to all database users through the public role, although access to the returned metadata will also typically be gated by using select access to the underlying source tables, and by membership in any defined gating roles.
8383

8484
**DDL Operations to Change Data Capture Enabled Source Tables**
85-
When a table is enabled for change data capture, DDL operations can only be applied to the table by a member of the fixed server role **sysadmin**, a member of the **database role db_owner**, or a member of the **database role db_ddladmin**. Users who have explicit grants to perform DDL operations on the table will receive error 22914 if they try these operation.
85+
When a table is enabled for change data capture, DDL operations can only be applied to the table by a member of the fixed server role **sysadmin**, a member of the **database role db_owner**, or a member of the **database role db_ddladmin**. Users who have explicit grants to perform DDL operations on the table will receive error 22914 if they try these operations.
8686

8787
### Data Type Considerations for Change Data Capture
8888
All base column types are supported by change data capture. The following table lists the behavior and limitations for several column types.

0 commit comments

Comments
 (0)