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 |
In which tcp/ip port does sql server run? Can it be changed?
How to optimize stored procedures in sql server?
Explain Capacity planning to create a database? and how to monitor it?
What is the difference between Drop and Truncate
what is performance tunning in sql server ? explain.
what is difference between primary key and Unique
What is the largest component inside a field?
How to create a user name in a database?
Explain the difference between function and stored procedure?
How to encrypt data between dialogs?
What are .mdf files?
What is difference between equi join and inner join?
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)