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
Can we use "this" command within a static method?
What is system predicate?
What is the difference between const and static read-only?
What are the drawbacks of extending an interface as opposed to extending a class?
Is unity object oriented?
How more than one version of an assembly can keep in same place?
What is a statement c#?
What are get and set in c#?
What is tpl in c#?
What does async mean in c#?
What is iformatprovider in c#?
What does return do in for loop?
What is a Managed Code??
I want to print "Hello" even before main() is executed. How will you achieve that?
What is executescalar in c#?