| Database | Table | Application | Created | Links |
| tempdb | #sysprotects2_crby_sybsystemprocs__sp_helprotect | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sysprotects2(-- 0 Rows, Data: 0 B, Index: 0 B 2 id int not null, 3 col_count int not null 4 ) 5
| COLUMN USAGE | |
| id | sp_helprotect |
| col_count | sp_helprotect |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helprotect |