In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / ramesh
Yes ... It will execute the remaining statements. This is
one of the difference between stored procedure and function
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does mean before a string in c#?
Explain the use of virtual, sealed, override, and abstract method?
What sort algorithm does c# use?
What are the benefits of using the aggregate method in linq?
Does constructor return any value in c#?
Explain clr in brief.
What are Indexers in C#?
What is the difference between array and arraylist c#?
How do you pronounce c#?
What is the difference between a constant and a static readonly field?
What is an inheritance in c#?
What is use of private class in c#?
Is null c# operator?
Why is it important to override gethashcode when equals method is overridden?
What is data adapter in c#?