Skip to content

Commit 2bd03fc

Browse files
committed
language
1 parent c57da62 commit 2bd03fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/replication/publish/replicate-partitioned-tables-and-indexes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
6363

6464
### Unsupported scenarios
6565

66-
The following scenarios are supported when using replication with partition switching:
66+
The following scenarios are not supported when using replication with partition switching:
6767

6868
**Peer-to-peer replication**
6969
Peer-to-peer replication is not supported with partition switching.
7070

71-
**Use of variables with partition switching on tables with CDC**
71+
**Use of variables with partition switching**
7272

73-
Using variables with partition switching on tables with Change Data Capture (CDC) is not supported for the `ALTER TABLE ... SWITCH TO ... PARTITION ...` statement.
73+
Using variables with partition switching on tables published with transactional replication or Change Data Capture (CDC) is not supported for the `ALTER TABLE ... SWITCH TO ... PARTITION ...` statement.
7474

75-
For example, the following partition switching code will not work with an objected traced by CDC:
75+
For example, the following partition switching code will not work with CDC enabled on TableA, or with TableA participating in a transactional publication:
7676

7777
```sql
7878
DECLARE @SomeVariable INT = $PARTITION.pf_test(10);

0 commit comments

Comments
 (0)