Database objects include stored procedures, functions, events, and triggers. Database object profile properties appear line by line, and summarize execution times.
Property name |
Description |
---|---|
Calls |
Lists the number of times the object has been called. |
Milliseconds |
Lists the total execution time for each object. |
Line |
Lists the line number beside each line of the procedure. |
Source |
Displays the SQL procedure, line by line. |