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

1     create table #odbc_tprivs(-- 0 Rows, Data: 0 B, Index: 0 B
2         tab_id int not null,
3         tab_name varchar(255) not null,
4         tab_owner varchar(32) null,
5         uid int not null,
6         type varchar(10) not null
7     )
8     
COLUMN USAGE
tab_idsp_oledb_gettableprivileges 
tab_namesp_oledb_gettableprivileges 
tab_ownersp_oledb_gettableprivileges 
uidsp_oledb_gettableprivileges 
typesp_oledb_gettableprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_oledb_gettableprivileges