SQL Remote User's Guide
Command Reference for Adaptive Server Enterprise
Adds a named user to the list of recipients for passthrough statements.
sp_passthrough_user user_name
Argument | Description |
---|---|
user_name | The user to be added to the list of recipients. |
sp_passthrough_piece procedure
sp_passthrough_subscription procedure
This is one of two ways that you can add to the list of recipients for passthrough statements, the other being to use the sp_passthrough_subscription procedure.
The sp_passthrough_user procedure adds the named user to the list of recipients for passthrough statements. The list remains in force until reset using the sp_passthrough_stop procedure.
The following statement adds the user field_user to the list of recipients for passthrough statements:
sp_passthrough_user 'field_user' go