Creating a resource limit

Create a new resource limit with sp_add_resource_limit. The syntax is:

sp_add_resource_limit name, appname, rangename, limittype, limit_value, enforced, action, scope

Use this system procedure’s parameters to:

For detailed information, see sp_add_resource_limit in the Reference Manual.