Skip to content

Commit cd1d0cf

Browse files
authored
adding applies to sqldb and sqlmi
1 parent e2648cf commit cd1d0cf

7 files changed

Lines changed: 14 additions & 14 deletions

docs/relational-databases/system-tables/cdc-capture-instance-ct-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "cdc.<capture_instance>_CT (Transact-SQL)"
33
description: cdc.<capture_instance>_CT (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "05/01/2017"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -17,7 +17,7 @@ dev_langs:
1717
ms.assetid: 979c8110-3c54-4e76-953c-777194bc9751
1818
---
1919
# cdc.<capture_instance>_CT (Transact-SQL)
20-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Is the change table created when change data capture is enabled on a source table. The table returns one row for each insert and delete operation performed against the source table, and two rows for each update operation performed against the source table. When the name of the change table is not specified at the time the source table is enabled, the name is derived. The format of the name is cdc.*capture_instance*_CT where *capture_instance* is the schema name of the source table and the source table name in the format *schema_table*. For example, if the table **Person.Address** in the **AdventureWorks** sample database is enabled for change data capture, the derived change table name would be **cdc.Person_Address_CT**.
2323

docs/relational-databases/system-tables/cdc-captured-columns-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "cdc.captured_columns (Transact-SQL)"
33
description: cdc.captured_columns (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "06/10/2016"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -17,7 +17,7 @@ dev_langs:
1717
ms.assetid: 7bb4d408-d764-4ef6-802c-f271c8d39c2a
1818
---
1919
# cdc.captured_columns (Transact-SQL)
20-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Returns one row for each column tracked in a capture instance. By default, all columns of the source table are captured. However, columns can be included or excluded when the source table is enabled for change data capture by specifying a column list. For more information, see [sys.sp_cdc_enable_table (Transact-SQL)](../../relational-databases/system-stored-procedures/sys-sp-cdc-enable-table-transact-sql.md).
2323

docs/relational-databases/system-tables/cdc-change-tables-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "cdc.change_tables (Transact-SQL)"
33
description: cdc.change_tables (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "06/10/2016"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -17,7 +17,7 @@ dev_langs:
1717
ms.assetid: 3525a5f5-8d8b-46a8-b334-4b7cd9fb7c21
1818
---
1919
# cdc.change_tables (Transact-SQL)
20-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Returns one row for each change table in the database. A change table is created when change data capture is enabled on a source table. We recommend that you do not query the system tables directly. Instead, execute the [sys.sp_cdc_help_change_data_capture](../../relational-databases/system-stored-procedures/sys-sp-cdc-help-change-data-capture-transact-sql.md) stored procedure.
2323

docs/relational-databases/system-tables/cdc-ddl-history-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "cdc.ddl_history (Transact-SQL)"
33
description: cdc.ddl_history (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "06/10/2016"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -17,7 +17,7 @@ dev_langs:
1717
ms.assetid: cb97ea71-da2f-441a-bbd2-db1f5f48ab49
1818
---
1919
# cdc.ddl_history (Transact-SQL)
20-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Returns one row for each data definition language (DDL) change made to tables that are enabled for change data capture. You can use this table to determine when a DDL change occurred on a source table and what the change was. Source tables that have not had DDL changes will not have entries in this table.
2323

docs/relational-databases/system-tables/cdc-index-columns-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "cdc.index_columns (Transact-SQL)"
33
description: cdc.index_columns (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "06/10/2016"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -17,7 +17,7 @@ dev_langs:
1717
ms.assetid: 256ec8a5-3031-40a8-9fdb-99db42ea453d
1818
---
1919
# cdc.index_columns (Transact-SQL)
20-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Returns one row for each index column associated with a change table. The index columns are used by change data capture to uniquely identify rows in the source table. By default, the columns of the primary key of the source table are included. However, if a unique index on the source table is specified when change data capture is enabled on the source table, columns in that index are used instead. A primary key or unique index is required on the source table if net change tracking is enabled. For more information, see [sys.sp_cdc_enable_table (Transact-SQL)](../../relational-databases/system-stored-procedures/sys-sp-cdc-enable-table-transact-sql.md).
2323

docs/relational-databases/system-tables/cdc-lsn-time-mapping-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "cdc.lsn_time_mapping (Transact-SQL)"
33
description: cdc.lsn_time_mapping (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "06/10/2016"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -17,7 +17,7 @@ dev_langs:
1717
ms.assetid: 1cb7aedc-48a4-486e-9b91-d30c4bd4084e
1818
---
1919
# cdc.lsn_time_mapping (Transact-SQL)
20-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Returns one row for each transaction having rows in a change table. This table is used to map between log sequence number (LSN) commit values and the time the transaction committed. Entries may also be logged for which there are no change tables entries. This allows the table to record the completion of LSN processing in periods of low or no change activity.
2323

docs/relational-databases/system-tables/change-data-capture-tables-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Change Data Capture Tables (Transact-SQL)"
33
description: Change Data Capture Tables (Transact-SQL)
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: "03/06/2017"
6+
ms.date: "02/22/2023"
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -12,7 +12,7 @@ dev_langs:
1212
ms.assetid: a4372d0b-50ca-4e58-80f6-2ed3cb52a84a
1313
---
1414
# Change Data Capture Tables (Transact-SQL)
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
15+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
1616

1717
Change data capture enables change tracking on tables so that data manipulation language (DML) and data definition language (DDL) changes made to the tables can be incrementally loaded into a data warehouse. The topics in this section describe the system tables that store information used by change data capture operations.
1818

0 commit comments

Comments
 (0)