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