| Database | Table | Application | Created | Links |
| tempdb | #final_permissions_crby_sybsystemprocs__sp_helprotect | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #final_permissions(-- 0 Rows, Data: 0 B, Index: 0 B 2 id int not null, 3 uid int not null, 4 action smallint not null, 5 protecttype tinyint not null, 6 grantor int not null, 7 number int not null 8 ) 9
| COLUMN USAGE | |
| id | sp_helprotect |
| uid | sp_helprotect |
| action | sp_helprotect |
| protecttype | sp_helprotect |
| grantor | sp_helprotect |
| number | sp_helprotect |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helprotect |