नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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
Syntax
sp_grant_publication_access [ @publication = ] 'publication', [ @login = ] 'login'
[ , [ @reserved = ] 'reserved' ]
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.
- [ @reserved =] 'reserved'
For internal use only.
Return Code Values
0 (success) or 1 (failure)
Remarks
sp_grant_publication_access is used in snapshot, transactional, and merge replication.
This stored procedure can be called repeatedly.
Permissions
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_grant_publication_access.
See Also
Reference
sp_help_publication_access (Transact-SQL)
sp_revoke_publication_access (Transact-SQL)
System Stored Procedures (Transact-SQL)