| Database | Table | Application | Created | Links |
| tempdb | #spt_thread_crby_sybsystemprocs__sp_helpthread | 01 Jan 70 | Joins 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_id | sp_helpthread |
| osthread_id | sp_helpthread |
| state | sp_helpthread |
| affinity | sp_helpthread |
| instance_id | sp_helpthread |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpthread |