mprocedures is a virtual table containing information on how many time a procedure has been executed.
Table Columns
|
Name |
Type |
Description |
|
instance_id |
INTEGER |
Server instance id. References sysinstances (id) |
|
id |
BIGINT |
procedure_id. References sysprocedures (id) |
|
avg_cpu |
INTEGER |
Average CPU cost (unimplemented) |
|
executed |
INTEGER |
Number of times the procedure has been executed |
Related