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 is icomparer in c#?
What is typeof c#?
What is delegate in c#?
How do I enforce const correctness in c#?
What is view model in c#?
What is difference between a constant and read-only in C#?
What is using keyword in C#?
Define a manifest in .net?
What is the difference between Decorator and Adapter pattern?
What is extension method in c sharp?
Is array reference type in c#?
What are accessors?
What is sqlcommandbuilder c#?
How do I convert a string to an int in c#?
Why do we parse in c#?