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
Why dataset is used in c#?
What is desktop example?
What Is A Satellite Assembly?
What is orm in c#?
Tell us something about static linking and dynamic linking?
What are delegates in C#?
Explain the ways to deploy an assembly?
What is difference between continue and break in c#?
Why do we need oops in c#?
Explain the difference between abstract class and interface in .net?
Distinguish between continue and break statement?
Why delegates are type safe in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
How to force my .net app to run as administrator on windows 7?
What is bitwise operator in c#?