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
What is throw in c#?
What is difference between il and dll ?
How can we sort the elements of the array in descending order?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What are c# attributes and its significance?
What is meant by collections in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Explain about generics in c#.net?
what is IEquatable
Why do we use interfaces in c#?
Why do we parse in c#?
What are the differences between static, public and void in c#?
How main method is called in c#?
How does c# generics and c++ templates compare?
What is lastindexof c#?