Is SQL error 17836 related to database replication?

Question

Grade: Education Subject: Support
Is SQL error 17836 related to database replication?
Asked by:
51 Viewed 51 Answers

Answer (51)

Best Answer
(351)
While not directly caused by replication, replication can sometimes *expose* permission issues. If a user has insufficient permissions on the source database, replication might fail to propagate those changes to the replica, leading to errors that could be misinterpreted as 17836. It's important to verify permissions on both the source and replica.