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

1     create table #sphelpreslimit1rs(-- 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         limitid smallint not null,
7         limitvalue int not null,
8         enforced tinyint not null,
9         action tinyint not null,
10        scope tinyint not null
11    )
12    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_help_resource_limit