Database | Table | Application | Created | Links |
tempdb | #results_table_crby_sybsystemprocs__sp_column_privileges | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B 2 table_qualifier varchar(32) not null, 3 table_owner varchar(32) not null, 4 table_name varchar(257) not null, 5 column_name varchar(257) 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_qualifier | sp_column_privileges |
table_owner | sp_column_privileges |
table_name | sp_column_privileges |
column_name | sp_column_privileges |
grantor | sp_column_privileges |
grantee | sp_column_privileges |
privilege | sp_column_privileges |
is_grantable | sp_column_privileges |
QUERIES | |
Joined With | Links |
DEPENDENCIES |
READERS AND WRITERS read_written by proc sybsystemprocs..sp_column_privileges |