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

1     create table #cachetable(-- 0 Rows, Data: 0 B, Index: 0 B
2         spid smallint not null,
3         name varchar(100) not null,
4         category varchar(100) not null,
5         currentsetting varchar(100) not null,
6         defaultsetting varchar(100) not null,
7         scope int not null,
8         number int not null
9     )
10    
COLUMN USAGE
namesp_options 
categorysp_options 
currentsettingsp_options 
defaultsettingsp_options 
scopesp_options 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_options