modSetProperty

See Also

[@PropName =] 'property',
[@Value =] 'value'

Sets the property value for an existing property in the modProperties table. Exists in the modSystem database.

Parameters

[@PropName =] 'property'

The property name.

[@Value =] 'value'

The value of the selected property. The property value data type is varchar.

Remarks

To use this procedure, you must be an administrator or a database owner for the modSystem database.

Example

The following example sets the maximum offline users property to 2000.

EXEC modSetProperty 'OfflineMaxUsers', 2000

Send feedback to MSDN.Look here for MSDN Online resources.