See Also
You are here: System database > sysprocedures
ContentsIndexHome
PreviousUpNext
sysprocedures
System Table sysprocedures

 

One row per stored procedure in the server cluster.

Table Columns

Name 
Type 
Description 
catalog_id 
BIGINT 
Catalog/database this procedure belongs to. References syscatalogs (id) 
proc_id 
BIGINT 
Globally unique procedure id 
name 
VARCHAR 
Name of the stored procedure, unique to the database catalog. 
sql 
VARCHAR 
SQL code of the procedure 

 

 

Related