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

1     create table #group_permissions(-- 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_helprotect 
uidsp_helprotect 
actionsp_helprotect 
protecttypesp_helprotect 
grantorsp_helprotect 
numbersp_helprotect 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_helprotect