sp_regwatchlist

Description

List the registered procedures for which the client has requested notifications.

Syntax

sp_regwatchlist 

Examples

Example 1

1>execute utility...sp_regwatchlist 
 2>go 
 Procedure Name                  
  ------------------------------  
  pricechange 

This isql example of a server-to-server RPC indicates that the client has requested notification for the pricechange registered procedure.

Usage

Results are returned in rows containing a single char column of SRV_MAXNAME characters.

See also

sp_reglist, sp_regwatchlist