DatabaseTableApplicationCreatedLinks
tempdb#helpproc_crby_sybsystemprocs__sp_help_params  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #helpproc(-- 0 Rows, Data: 0 B, Index: 0 B
2         Parameter_name varchar(255) not null,
3         Type longsysname(255) not null,
4         Length int not null,
5         Prec tinyint not null,
6         Scale tinyint not null,
7         Param_order smallint not null,
8         Grp_number smallint not null,
9         rtype tinyint not null,
10        utype smallint not null,
11        Mode varchar(7) not null
12    )
13    
COLUMN USAGE
Typesp_help_params 
Lengthsp_help_params 
Grp_numbersp_help_params 
rtypesp_help_params 
utypesp_help_params 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_help_params  
   called by proc sybsystemprocs..sp_showtext_sproc_tagline  
      called by proc sybsystemprocs..sp_showtext_output  
         called by proc sybsystemprocs..sp_showtext  
            called by proc sybsystemprocs..sp_helptext_usage  
               called by proc sybsystemprocs..sp_helptext  
            called by proc sybsystemprocs..sp_helptext  
   called by proc sybsystemprocs..sp_help