Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 4010028

Browse files
authored
Merge pull request #6767 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 8c6bec5 + 792dec4 commit 4010028

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/relational-databases/track-changes/change-data-capture-and-other-sql-server-features.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ manager: craigg
2929

3030
- [Transactional replication](#TransReplication)
3131

32-
- [Restoring or Attaching a Database Enabled for Change Data Capture](#RestoreOrAttach)
32+
- [Restoring or Attaching a Database Enabled for Change Data Capture](#RestoreOrAttach)
33+
34+
- [Contained Databases](#Contained)
3335

3436
## <a name="ChangeTracking"></a> Change Tracking
3537
Change data capture and [change tracking](../../relational-databases/track-changes/about-change-tracking-sql-server.md) can be enabled on the same database. No special considerations are required. For more information, see [Work with Change Tracking &#40;SQL Server&#41;](../../relational-databases/track-changes/work-with-change-tracking-sql-server.md).
@@ -74,6 +76,9 @@ manager: craigg
7476

7577
You can use [sys.sp_cdc_disable_db](../../relational-databases/system-stored-procedures/sys-sp-cdc-disable-db-transact-sql.md) to remove change data capture from a restored or attached database.
7678

79+
## <a name="Contained"></a> Contained Databases
80+
Change data capture is not supported in [contained databases](../../relational-databases/databases/contained-databases.md).
81+
7782
## Change Data Capture and Always On
7883
When you use Always On, change enumeration should be done on the Secondary replication to reduce the disk load on the primary.
7984

0 commit comments

Comments
 (0)