Question
Is SQL error 17836 related to database replication?
Asked by: USER3336
51 Viewed
51 Answers
Answer (51)
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.