In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / rajesh
Hi Guys
If any sql statements throws an error in the stored
procedure it just ignore the error and the control is passed
to the next statement,But in the case of function if any sql
statements throws any error it won't executes.
Ans:yes
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is throw in c#?
What is list array in c#?
Can constructor be overloaded in c#?
What is inner class in c#?
What are the different approaches of passing parameters to a method?
What is the reason behind the invention of c#?
How to force my .net app to run as administrator on windows 7?
What do you mean by directing?
What is a singleton unity?
How do you remove white spaces from a string?
What is deferred execution?
Can a constructor have a return type?
What is xml serialization in c#?
How do you convert byte array to hexadecimal string, and vice versa?
What are types of constructor?