| title | sp_revoke_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 | 84ed9e77-991f-4fa5-a21f-7c6bfec1b3e3 | ||
| author | VanMSFT | ||
| ms.author | vanto |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]
Removes the login from a publications access list. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL Syntax Conventions
sp_revoke_publication_access [ @publication = ] 'publication' , [ @login = ] 'login'
[ @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.
0 (success) or 1 (failure)
sp_revoke_publication_access is used in snapshot, transactional, and merge replication.
sp_revoke_publication_access can be called repeatedly.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_revoke_publication_access.
sp_grant_publication_access (Transact-SQL)
sp_help_publication_access (Transact-SQL)
Secure the Publisher
System Stored Procedures (Transact-SQL)