sys.sp_grant_proxy_to_subsystem
general #stored-procedure
Description
Grants a proxy access to a subsystem. The proxy identification number of the proxy to grant access for. must be specified, but both can’t be specified.
Syntax
sp_grant_proxy_to_subsystem
[ [ @proxy_id = ] proxy_id ]
[ , [ @proxy_name = ]
N
'proxy_name'
]
[ , [ @subsystem_id = ] subsystem_id ]
[ , [ @subsystem_name = ]
N
'subsystem_name'
]
[ ; ]