Can a stored procedure call itself(recursive). If yes what
level and can it be controlled.?
Answer Posted / 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 View All Answers
In which sql server version report builder introduced?
Explain about SQL server 2005?
What’s the distinction between dropping a info and taking a info offline?
What is the purpose of a table?
How can I get data from a database on another server?
What are the different acid properties?
What are magic tables in sql server?
Explain subquery and state its properties?
How to add an address record into adventureworkslt?
what is normalization? : Sql server database administration
Mention what are the core components of ssrs?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What is the stuff?
What command do we use to rename a db, a table and a column?
Explain how to use linked server?