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

1     create table #spt_thread(-- 0 Rows, Data: 0 B, Index: 0 B
2         thread_id int not null,
3         osthread_id int not null,
4         state varchar(30) not null,
5         affinity int null,
6         instance_id tinyint not null
7     )
8     
COLUMN USAGE
thread_idsp_helpthread 
osthread_idsp_helpthread 
statesp_helpthread 
affinitysp_helpthread 
instance_idsp_helpthread 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_helpthread