Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the login from a publications access list. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL Syntax Conventions
Syntax
sp_revoke_publication_access [ @publication = ] 'publication' , [ @login = ] 'login'
Arguments
[ @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.
Return Code Values
0 (success) or 1 (failure)
Remarks
sp_revoke_publication_access is used in snapshot, transactional, and merge replication.
sp_revoke_publication_access can be called repeatedly.
Permissions
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_revoke_publication_access.
See Also
Reference
sp_grant_publication_access (Transact-SQL)
sp_help_publication_access (Transact-SQL)
System Stored Procedures (Transact-SQL)