Can a stored procedure call another stored procedure. If yes
what level and can it be controlled?
Answer Posted / kalyan
the above answer is partially correct, sp's can call
another sp but the levels is only upto 32.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is 1nf 2nf?
What is the difference between coalesce() & isnull()?
What is the need for group functions in sql?
what is a self join? Explain it with an example? : Sql server database administration
What is the default value of an integer data type in sql server 2005?
How do you create type- insensitive operator?
Do you know sql server 2008 backup compression?
When to use null data driven subscription?
What is application role in sql server database security? : sql server security
What do I need to start working with sql studio? : sql server management studio
Tell me about the approaches which you used to counter the DI problems.
Explain having clause and where clause?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
List out the differences between the clustered index and non-clustered index in sql server?