| Database | Table | Application | Created | Links |
| tempdb | #sphelpreslimit1rs_v_crby_sybsystemprocs__sp_help_resource_limit | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sphelpreslimit1rs_v(-- 0 Rows, Data: 0 B, Index: 0 B 2 name varchar(30) not null, 3 appname varchar(30) not null, 4 rangename varchar(255) not null, 5 rangeid smallint not null, 6 limitType char(15) not null, 7 limitvalue int not null, 8 enforced char(16) not null, 9 action char(17) not null, 10 scope char(11) not null 11 ) 12
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_help_resource_limit |