sp_reglist

Description

List all registered procedures in Open Server.

Syntax

sp_reglist 

Examples

Example 1

1>execute utility...sp_reglist 
 2>go 
 Procedure Name                  
  ------------------------------  
  sp_who                          
  
                   
  sp_regwatch                     
  sp_ps                           
  sp_regdrop                      
  sp_reglist                      
  sp_regwatchlist                 
  sp_regcreate                    
  sp_regnowatch                   
  
 (0 rows affected) 

This isql example lists all of the currently registered procedures.

Usage

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

See also

sp_regcreate, sp_regdrop, sp_regwatch, sp_regwatchlist