Can a stored procedure call another stored procedure. If yes
what level and can it be controlled?
Answers were Sorted based on User's Feedback
Answer / 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 |
Yes, a stored procedure can call another stored procedure.
It can be controlled at any levels..
Is This Answer Correct ? | 5 Yes | 5 No |
What is a partition key?
What is the difference between HAVING clause and the WHERE clause?
Explain sql delete command?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
How to get the definition of a trigger back?
What gets stored inside msdb database?
How do you know if sql server is running on your local system?
i need some interview questions on sql server developer plz any onee send some links.
Can you link only other SQL Servers or any database servers such as Oracle?
Which table keeps the locking information?
Can we have more than one NULL in a column having unique constraint?
What are the advantages of user defined function?