what is recursion is it possible for a stored


What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?  How many levels of SP nesting is possible?

Recursion is method of problem solving where solution is arrived at by repetitively applying logic and solution to subsets of the problem.

Transact-SQL supports recursion. So, yes it's possible for a stored procedure to call itself.

Stored procedures and managed code references can be nested upto 32 levels.

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: what is recursion is it possible for a stored
Reference No:- TGS0354948

Expected delivery within 24 Hours