| Database | Table | Application | Created | Links |
| tempdb | #spt_threadpool_crby_sybsystemprocs__sp_helpthread | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #spt_threadpool(-- 0 Rows, Data: 0 B, Index: 0 B 2 Name varchar(30) not null, 3 Type varchar(30) not null, 4 CurrentSize int not null, 5 TargetSize int not null, 6 IdleTimeout int not null, 7 Description varchar(255) not null 8 ) 9
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpthread |