Skip to content

Commit b94ad43

Browse files
authored
The systranschemas table is also used for Change Data Capture
I am answering question regarding CDC in the forum and the objects which created when enabling CDC, and I wanted to give a link to the doc of each object, but I notice that CDC is not mentioned here.
1 parent 6282cd7 commit b94ad43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-views/systranschemas-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: wiassaf
2222
# systranschemas (Transact-SQL)
2323
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2424

25-
The **systranschemas** table is used to track schema changes in articles published in transactional and snapshot publications. This table is stored in both publication and subscription databases.
25+
The **systranschemas** table is used to track schema changes in articles published in transactional and snapshot publications and for Change Data Capture. This table is stored in both publication and subscription databases.
2626

2727
|Column name|Data type|Description|
2828
|-----------------|---------------|-----------------|

0 commit comments

Comments
 (0)