sp_grant_publication_access (Transact-SQL)
SQL Server 2012
Adds a login to the access list of the publication. This stored procedure is executed at the Publisher on the publication database.
Adds a login to the access list of the publication. This stored procedure is executed at the Publisher on the publication database.
Is the name of the publication to access. 'publication' is sysname, with no default.
Is the login ID. 'login' is sysname, with no default.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.