aaSystemParameterSelect
- Last UpdatedMar 18, 2021
- 1 minute read
Returns details for a specified system parameter, such as a description of the parameter, the current value, and so on. If you do not specify a name, the stored procedure returns details for all defined system parameters.
Syntax
aaSystemParameterSelect name
where:
|
Argument |
Description |
|---|---|
|
Name |
The unique name for the system parameter. This value is of data type nvarchar(50), with a default of NULL. |
Permission
Execute permission defaults to the public group.