Can a stored procedure call itself(recursive). If yes what
level and can it be controlled.?

Answers were Sorted based on User's Feedback



Can a stored procedure call itself(recursive). If yes what level and can it be controlled.?..

Answer / madhu

When one stored procedure calls another stored procedure
(SP) you have what is called stored procedure nesting. We
can have recursive stored procedures upto 32 nest levels.

Is This Answer Correct ?    29 Yes 2 No

Can a stored procedure call itself(recursive). If yes what level and can it be controlled.?..

Answer / lipsa

If a procedure calls itself it is called recursive.
Like if we are calculating the factorial of a number
writing a stored procedure,then there will be recursive
calling of the procedure.

Is This Answer Correct ?    19 Yes 3 No

Post New Answer

More SQL Server Interview Questions

Do you know what is difference between index seek vs. Index scan?

0 Answers  


Should you normalize audio?

0 Answers  


What is best institute to Learn DotNET And SQL in chennai?

0 Answers  


What is the use of tempdb? What values does it hold?

0 Answers   Abacus,


Is it possible to update the views? If yes, how, if not, why?

0 Answers  






Explain about system stored procedure?

0 Answers  


What stored procedure can you use to display the current processes?

0 Answers  


How do we rollback the table data in SQL Server

3 Answers  


How to check table values in sql server?

0 Answers  


How use inner join in sql server?

0 Answers  


Explain what is raid and what are different types of raid levels?

0 Answers  


What is Replication?

0 Answers  


Categories