Share via

SQL Replication Issue

Pradunya Nikat 0 Reputation points
2025-04-01T07:28:04.8966667+00:00

hello,

I want to use SQL replication, for that I have created distributer and publisher but when i am going to add subscription it is unable to login to new SQL.

SQL Server Database Engine
0 comments No comments

1 answer

Sort by: Most helpful
  1. Haris Rashid 81 Reputation points
    2025-04-18T15:28:59.1533333+00:00

    The account specified for the connection should only be granted permission to insert, update, and delete data on the views that replication creates in the publication database; it should not be given any additional permissions. Grant permissions on views in the publication database that are named in the form syncobj_<HexadecimalNumber> to the account you configured at each Subscriber.

    See more info at https://learn.microsoft.com/en-us/sql/relational-databases/replication/security/view-and-modify-replication-security-settings?view=sql-server-ver16

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.