adspace


What do you understand by recursive stored procedure?

Answer Posted / Tulika Chatterjee

A recursive stored procedure is a stored procedure that calls itself repeatedly to process hierarchical data or iterative tasks. It has at least one RECURSIVE common table expression (CTE) in its definition, which defines the base case and the recursive case for the procedure.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to rebuild the master database?

1175


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1085


Why we use the openxml clause?

1088


Can one drop a column from a table?

1099


What are the properties of the transaction?

1087


What is a view in sql?

1052


What are different types of constraints?

1008


How raid can influence database performance?

1132


How do I find the sql server version?

1118


What is in place upgrade in sql server?

1137


What are the source of constraints?

1018


Explain “row_number()” in sql server with an example?

1088


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1223


Equi join and non equi join is possible with sql server?

1140


What is sql server query analyzer?

1140