DatabaseTableApplicationCreatedLinks
tempdb#results_table_crby_sybsystemprocs__sp_odbc_gettableprivileges  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B
2         TABLE_CAT varchar(32) not null,
3         TABLE_SCHEM varchar(32) not null,
4         TABLE_NAME varchar(255) not null,
5         column_name varchar(255) null,
6         GRANTOR varchar(32) not null,
7         GRANTEE varchar(32) not null,
8         PRIVILEGE varchar(32) not null,
9         IS_GRANTABLE varchar(3) not null
10    )
11    
COLUMN USAGE
TABLE_CATsp_odbc_gettableprivileges 
TABLE_SCHEMsp_odbc_gettableprivileges 
TABLE_NAMEsp_odbc_gettableprivileges 
GRANTORsp_odbc_gettableprivileges 
GRANTEEsp_odbc_gettableprivileges 
PRIVILEGEsp_odbc_gettableprivileges 
IS_GRANTABLEsp_odbc_gettableprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_odbc_gettableprivileges