In SQL Server, a default OPTION (MAXRECURSION 100) applies, which can be annoying when using recursive SQL to generate data, e.g. when emulating GENERATE_SERIES. We should offer a ...
We have come across some tables that require a recursion limit of greater then 100, the SQL Server default. Proposing to add a config property to insert a variable max recursion amount. Since the ...