DatabaseTableApplicationCreatedLinks
masterspt_limit_types  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table spt_limit_types(-- 4 Rows, Data: 2 KB, Index: 0 B
2         name char(30) not null,
3         id smallint not null,
4         enforced tinyint not null,
5         object_type smallint not null,
6         scope smallint not null,
7         units char(60) not null
8     )
9     
10    Grant Select on spt_limit_types to public
11    
ALIASES USED for master..spt_limit_types
NO_ALIAS
16

SCHEMA

COLUMN USAGE
namesp_add_resource_limit  sp_drop_resource_limit  sp_modify_resource_limit 
idsp_add_resource_limit  sp_drop_resource_limit  sp_modify_resource_limit 
enforcedsp_add_resource_limit  sp_drop_resource_limit  sp_modify_resource_limit 
scopesp_add_resource_limit  sp_drop_resource_limit  sp_modify_resource_limit 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_drop_resource_limit  
read by proc sybsystemprocs..sp_add_resource_limit  
read by proc sybsystemprocs..sp_modify_resource_limit