In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / venkatesh
@Kanan. Yes it ll execute. It is based on the sp.
For Example In that SP first two table have no error and the third table have error means ,
It ll give the First two tables results set then 3rd one ll show error,but it ll not show the 4th table results
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the sum of last 3 items in a list using lambda expressions?
What is an int c#?
Explain the differences between static, void and public in c#?
Is predicate a functional interface?
What is ado c#?
What are the properties in c#?
Explain manifest & metadata in c#.
In a single .NET DLL how many classes it contains?
What is the purpose of dependency injection?
What is difference between virtual and override in c#?
What is the difference between values and reference types?
What is meant by clr?
How to prevent the error while updating ui control from another thread?
Enlist all the components of an ado.net framework?
Can I define a type that is an alias of another type (like typedef in c++)?