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
What are temporal tables in sql server 2016?
What is a constant or literal in ms sql server?
What are system databases into sql server (2005/2008) : sql server database administration
What do you know about normalization and de- normalization?
What do you understand by hotfixes and patches in sql server?
What is spatial and temporal data?
What is DCL?
How do I create an extended event in sql server?
What is a data source file?
Find nth lowest salary or get nth lowest salary?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
Is port 1433 secure?
What is report server project?
What is indexed view? How to create it?
How to add an address record into adventureworkslt?