Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
Adds a login to the access list of the publication. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL syntax conventions
sp_grant_publication_access
[ @publication = ] N'publication'
, [ @login = ] N'login'
[ , [ @reserved = ] N'reserved' ]
[ , [ @publisher = ] N'publisher' ]
[ ; ]
The name of the publication to access. @publication is sysname, with no default.
The login ID. @login is sysname, with no default.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
The name of the publisher. @publisher is sysname, with a default of NULL
.
0
(success) or 1
(failure).
sp_grant_publication_access
is used in snapshot, transactional, and merge replication.
This stored procedure can be called repeatedly.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_grant_publication_access
.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today