SavedSearchInfoSqlProcedure

Type: Stored procedure

Provides InfoSQL when saving and editing searches.

You can edit this procedure if you need to show additional information.

Parameters

@SearchId mandatory int
The search ID, or NULL when saving a new search.
@UnsavedParameterLabels mandatory nvarchar(max)
The labels of all parameters in this search the search group does not allow saving.
@UserId mandatory int
The user saving the search.