SQL Server settings, or parameters
(name)
| Name | Data Type | Description |
|---|---|---|
| name | string(72) | Configuration option name |
| minimum | long | Minimum value for the configuration option |
| maximum | long | Maximum value for the configuration option |
| config_value | long | Configured value for the configuration option |
| run_value | long | Current runtime value for the configuration option |
| MERGESTATUS | long | Internal-use merge status; created by Surveillance |
| STARTUP_DELTA | double | Difference between the runtime value and the configured value |
| INTERVAL_DELTA | double | Delta runtime value for the configuration option |
| Attributes: | None |
|---|---|
| Minimum database version: | 7.0 |