adspace


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


Please Help Members By Posting Answers For Below Questions

Which namespaces are necessary to create a localized application?

1147


How do you inherit a class into other class in c#?

999


What is expression tree in c#?

1004


Why can't we use a static class instead of singleton?

962


How to assign Null value to Var?

1070


What is an abstract class c#?

973