Can a stored procedure call itself(recursive). If yes what
level and can it be controlled.?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the advantages of using stored procedures?
Will sql server 2005 allow you to reduce the size of a column?
 Explain what is sql override for a source taLle in a mapping?
How to join two tables in a single query in ms sql server?
Is resultset an interface?
Can we hide the definition of a stored procedure from a use?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
what is difference between nchar and char in Sql server ?
What is sql server agent and what are the two modes of authentication in sql server?
What are the types of containers in ssis?
How to write character string constants or literals in ms sql server?
What is a fill factor?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)