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

1     create table #sysprotects1(-- 0 Rows, Data: 0 B, Index: 0 B
2         id int not null,
3         uid int not null,
4         action smallint not null,
5         protecttype tinyint not null,
6         grantor int not null,
7         number int not null
8     )
9     
COLUMN USAGE
idsp_dropuser 
uidsp_dropuser 
actionsp_dropuser 
protecttypesp_dropuser 
grantorsp_dropuser 
numbersp_dropuser 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_dropuser