sp_displaylevel

Sets or shows which SAP ASE configuration parameters appear in sp_configure output.

Syntax

sp_displaylevel [loginame [, level]]

Parameters

Examples

Usage

See the System Administration Guide for details about display levels and configuration parameters.

Permissions

The permission checks for sp_displaylevel differ based on your granular permissions settings.

SettingDescription
Enabled

With granular permissions enabled, you must be a user with manage server configuration privilege.

Any user can execute sp_displaylevel to set and show their own configuration parameters.

Disabled

With granular permissions disabled, you must be a user with sso_role.

Any user can execute sp_displaylevel to set and show their own configuration parameters.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

InformationValues
Event

38

Audit option

exec_procedure

Command or access audited

Execution of a procedure

Information in extrainfo
  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

Related reference
sp_configure