sys.sp_grant_publication_access

general
#stored-procedure

Description

Adds a login to the access list of the publication. This stored procedure is executed at the Publisher on the publication database.

Syntax

sp_grant_publication_access
[ @publication = ]
N
'publication'
, [ @login = ]
N
'login'
[ , [ @reserved = ]
N
'reserved'
]
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]