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_ParamGet(name lvarchar) returns lvarchar
SE_ParamGet() returns lvarchar
Return type
LVARCHAR
Example
execute function SE_ParamGet();
execute function SE_ParamGet('MemMode');