| Database | Table | Application | Created | Links |
| tempdb | #distinct_grantors_crby_sybsystemprocs__sp_odbc_computeprivs | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #distinct_grantors(-- 0 Rows, Data: 0 B, Index: 0 B 2 grantor int not null 3 ) 4
| COLUMN USAGE | |
| grantor | sp_odbc_computeprivs |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_odbc_computeprivs called by proc sybsystemprocs..sp_odbc_getcolumnprivileges called by proc sybsystemprocs..sp_odbc_gettableprivileges |