Contents Index sp_passthrough_subscription procedure sp_populate_sql_anywhere procedure

SQL Remote User's Guide
  Command Reference for Adaptive Server Enterprise

sp_passthrough_user procedure


Purpose 

Adds a named user to the list of recipients for passthrough statements.

Syntax 

sp_passthrough_user user_name

Argument Description
user_name The user to be added to the list of recipients.
See also 

sp_passthrough procedure

sp_passthrough_piece procedure

sp_passthrough_stop procedure

sp_passthrough_subscription procedure

PASSTHROUGH statement

Description 

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.

Example 

Contents Index sp_passthrough_subscription procedure sp_populate_sql_anywhere procedure