max_sp_recursion_depth

2023-10-24 09:23:03  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.

Attribute Description
Type int
Default value 0
Value range [0, 255]
Applicable scope
  • Global
  • Session
  • Involved in serialization Yes

    Contact Us