max_sp_recursion_depth

2023-08-18 09:26:34  Updated

max_sp_recursion_depth specifies the maximum recursion level of a specified stored procedure. The default value is 0, which indicates that the current stored procedure cannot be recursively called.

Property Description
Parameter type Int
Default value 0
Value range [0, 255]
Effective scope * GLOBAL * SESSION
Involved in serialization Yes

Contact Us