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

1     create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B
2         TABLE_CATALOG varchar(32) not null,
3         TABLE_SCHEMA 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_TYPE varchar(32) not null,
9         IS_GRANTABLE varchar(3) not null
10    )
11    
COLUMN USAGE
TABLE_CATALOGsp_oledb_gettableprivileges 
TABLE_SCHEMAsp_oledb_gettableprivileges 
TABLE_NAMEsp_oledb_gettableprivileges 
GRANTORsp_oledb_gettableprivileges 
GRANTEEsp_oledb_gettableprivileges 
PRIVILEGE_TYPEsp_oledb_gettableprivileges 
IS_GRANTABLEsp_oledb_gettableprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_oledb_computeprivs  
   called by proc sybsystemprocs..sp_oledb_getcolumnprivileges  
   called by proc sybsystemprocs..sp_oledb_gettableprivileges