| title | sp_grant_publication_access (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/04/2017 | ||
| ms.prod | sql | ||
| ms.prod_service | database-engine | ||
| ms.reviewer | |||
| ms.technology | replication | ||
| ms.topic | language-reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 17993952-def6-4a16-b1c1-323ec42967f8 | ||
| ms.author | vanto | ||
| author | VanMSFT |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]
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 = ] 'publication', [ @login = ] 'login'
[ , [ @reserved = ] 'reserved' ]
[ @publication = ] 'publication'
Is the name of the publication to access. 'publication' is sysname, with no default.
[ @login = ] 'login'
Is the login ID. 'login' is sysname, with no default.
[ @reserved = ] 'reserved'
[!INCLUDEssInternalOnly]
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.
sp_help_publication_access (Transact-SQL)
sp_revoke_publication_access (Transact-SQL)
Secure the Publisher
System Stored Procedures (Transact-SQL)