To configure the dashboard on SQL Server CMSs, run a database statement to change parameters to new values.
In SQL Server Enterprise Manager Studio, run the following database statements.
EXEC rut_dlp_set_aggregation_values @<parameter>[,@<parameter>]
Where @<parameter> defines the new parameter value.
Each query can include multiple parameter definitions, separated by commas. If a parameter is not explicitly specified it retains its current value. Available parameters are described in the following sections.
The following example specifies a 3 month dashboard snapshot period. Snapshots refer to total incident counts for the whole snapshot period. Snapshots are calculated for the following metrics: Reviewed Events, New Events, and Escalated Events:
EXEC rut_dlp_set_aggregation_values @history=3
Copyright © 2014 CA.
All rights reserved.
|
|