Examples  Example of listing all existing resource limits

Chapter 1: Limiting Access to Server Resources

Getting information on existing limits

Use sp_help_resource_limit to get information about existing resource limits.

Users who do not have the System Administrator role can use sp_help_resource_limit to list only their own resource limits.

Users either specify their own login names as a parameter or specify the name parameter as “null.” The following examples return all resource limits for user “joe_user” when executed by joe_user:

sp_help_resource_limit

or

sp_help_resource_limit joe_user

System Administrators can use sp_help_resource_limit to display the following information:

For detailed information, see sp_help_resource_limit in the Reference Manual.





Copyright © 2005. Sybase Inc. All rights reserved. Example of listing all existing resource limits

View this book as PDF