Frage

When I insert rows at the subscriber end I get following error

rows inserted or updated at the subscriber cannot be outside the article partition

Why I am getting this error? How to resolve it.

War es hilfreich?

Lösung

This error occurs when article filtering is being used and an inserted row is outside the Subscriber's partition. When using filtering, you must ensure that inserts and updates at the Subscriber do not result in rows that fall outside the partition of the Subscriber.

Check your article filtering criteria and adjust your application logic accordingly so that inserted rows are inside a given Subscriber's partition.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top