How to validate Subscriber information (Transact-SQL)

How to Install SQL Server 2000

How To

How to validate Subscriber information (Transact-SQL)

  • When creating a merge publication, execute the sp_addmergepublication system stored procedure and at the @validate_subscriber_info parameter, list the functions that are being used to retrieve Subscriber information.

For example, if you are using SUSER_SNAME() in your dynamic filter, the parameter should read: @validate_subscriber_info=N'SUSER_SNAME()'.