master database only
sysresourcelimits contains a row for each resource limit defined by Adaptive Server. Resource limits specify the maximum amount of server resources that can be used by a Adaptive Server login or an application to execute a query, query batch, or transaction.
The columns for sysresourcelimits are:
Name |
Datatype |
Description |
---|---|---|
name |
varchar(30) null |
Login name |
appname |
varchar(30) null |
Application name |
rangeid |
smallint |
id column from systimeranges |
limitid |
smallint |
id column from spt_limit_types |
limitvalue |
int |
Value of limit |
enforced |
tinyint |
Subset of the enforced column from spt_limit_types:
|
actiontotake |
tinyint |
Action to take on a violation:
|
scope |
tinyint |
Scope of user limit (a bitmap indicating one or more of the following):
|
spare |
tinyint |
Reserved |