What is the recursive stored procedure in sql server?



What is the recursive stored procedure in sql server?..

Answer / Ravi Kant Dubey

A recursive stored procedure is a stored procedure that calls itself within its own definition. This allows for complex operations on nested data structures, such as traversing tree-like data or performing calculations on recursively defined data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Hi SQL gurus, i am working for an MNC... My team is having a problem in sql server. when user slects date prompts from jan 1st to april 30, it should display all months data like : jan aa feb bb mar cc but when it comes to april its taking data like : jan aa feb bb mar cc apr dd...and so on means its taking data again from jan to april which we dont want. we want the data only april month as we are getting jan, feb and mar... can any one write the code to relsove the issue please would be greatful if you can send to shiva_sans@yahoo.co.in and also please send your email also ...so that we will be in touch for any kind of queries ... Thanks a lot in Advance !!!

1 Answers  


What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?

1 Answers  


What types of integrity are enforced by a foreign-key constraint

1 Answers  


What does this statement do @@rowcount?

1 Answers  


How to stop a loop early with break statements in ms sql server?

1 Answers  


What is 2nf normalization?

1 Answers  


Explain log shipping and mention its advantages.

1 Answers  


What are the difference between data mart and data warehouse? : sql server analysis services, ssas

1 Answers  


what is memory-optimized nonclustered indexes

1 Answers  


What is the purpose of sql profiler in sql server? : sql server database administration

1 Answers  


What is trigger ?

7 Answers   Cap Gemini, SQL,


What is difference between table aliases and column aliases? Do they affect performance?

1 Answers  


Categories