adspace


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


Please Help Members By Posting Answers For Below Questions

Why and when do stored procedure recompile?

1077


Can we do dml on views?

1042


How to convert character strings into numeric values?

1196


Can one drop a column from a table?

1098


do you know how to configure db2 side of the application? : Sql server database administration

1135


When should you use an instead of trigger?

1062


Why use identity in sql server?

1210


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1223


Can sql servers link to other servers like oracle?

928


What is in place upgrade in sql server?

1137


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1209


Disadvantages of the indexes?

1232


What are the properties of the transaction?

1084


How to enter binary string literals in ms sql server?

1256


How to remove duplicate rows from table except one?

1096