The SE_ParamGet() function
The SE_ParamGet() function with no arguments returns the values of all parameters. Calling SE_ParamGet() with a parameter name in quotation marks returns the current value of the named parameter.
Syntax
SE_ParamSet(name lvarchar) returns lvarchar
SE_ParamSet() returns lvarchar
Return type
LVARCHAR
Example
execute function SE_ParamGet();
execute function SE_ParamGet('MemMode');