In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / kanan
@rajesh
when you write answer , first check practically.
The Answer is NO
the reaming statements does not executes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to assign Null value to Var?
Explain the difference between abstract class and interface in .net?
Can a class have more than 1 destructor?
What is the .NET collection class that allows an element to be accessed using a unique key?
What do you mean by default constructor?
What is .cshtml file?
what is IDisposal interface,IComparable,IEquatable,IFormatable
How can we make a thread sleep for infinite period ?
Why do we use dataset in c#?
What is distribute by in hive?
What is the relationship between a process, application domain, and application?
Why do we need encapsulation in c#?
What are the 2 kinds of data type conversions in c#?
What exactly happens when we debug and build the program?
What is the difference between the debug class and trace class? Documentation looks the same.