sys.sp_help_publication_access
general #stored-procedure
Description
Returns a list of all granted logins for a publication. This stored procedure is executed at the Publisher on the publication database.
Syntax
sp_help_publication_access
[ @publication = ]
N
'publication'
[ , [ @return_granted = ] return_granted ]
[ , [ @login = ]
N
'login'
]
[ , [ @initial_list = ] initial_list ]
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]
Permissions
Only members of the fixed server role or the fixed database role can execute. sp_grant_publication_access (Transact-SQL) sp_revoke_publication_access (Transact-SQL) System stored procedures (Transact-SQL)