Skip to content

Commit 3ccd6a0

Browse files
Updated CES limitations around online index operations (#35794)
* Updated CES limitations around online index operations CES does not support online index operations. I have added a clarification on this. * Update docs/relational-databases/track-changes/change-event-streaming/configure.md --------- Co-authored-by: nzagorac-ms <118456134+nzagorac-ms@users.noreply.github.com>
1 parent 3105561 commit 3ccd6a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • docs/relational-databases/track-changes/change-event-streaming

docs/relational-databases/track-changes/change-event-streaming/configure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,9 @@ The following limitations apply when using CES with Azure SQL Database:
551551
- A table can belong to only one streaming group. You can't stream the same table to multiple destinations.
552552
- You can only configure user tables for CES. CES doesn't support streaming system tables.
553553
- You can configure up to 4,096 stream groups. Each stream group can include up to 40,000 tables.
554+
- [Online index operations](/sql/relational-databases/indexes/perform-index-operations-online) are not supported
554555
- While CES is enabled on a table, you can't add or drop a primary key constraint on that table.
556+
555557
- `ALTER TABLE SWITCH PARTITION` isn't supported on tables configured for CES.
556558
- `TRUNCATE TABLE` isn't supported on tables enabled for CES.
557559
- CES doesn't support tables that use any of the following features:

0 commit comments

Comments
 (0)