where can i find the source code for predefined system procedure like CALL sa_table_page_usage(), CALL sa_table_stats(), CALL sa_table_fragmentation() etc..
Request clarification before answering.
While you might view the source code using this SQL statement
select proc_defn from sys.sysprocedure where proc_name = 'sa_table_page_usage'you won't get much information apart form the parameter declaration. System procedures call interal functions whose code isn't accessible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.