sp_confighistory

Creates the ch_events view and displays changes made to SAP ASE configuration.

Syntax

sp_confighistory create_view
	begin_date[, end_date]]
	last[items_num]
	{area | type | target | element}[, item_name]
	help

Parameters

Permissions

  • Only the system administrator (users with sa_role) can use this procedure to create the ch_events view.
  • Only the system administrator (users with sa_role) and users with mon_role can use this procedure to query the ch_events view. 
The permission checks differ, based on your granular permission settings:
SettingDescription
Enabled
Only users with:
  • select any audit table permission can query against the ch_events view.
  • manage auditing permission can change the option state of configuration history auditing
  • select any audit table permission can query against the ch_events view.
  • select any audit table permission can query the audit tables.
Disabled
Only:
  • System security officers (users with sso_role) can change the option state of configuration history auditing
  • only system administrators (users with sa_role) and users with mon_role can query against the ch_events view.