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 are properties in c#. Explain with an example?
What happens if a static constructor throws an exception?
What is the meaning of extention?
What is the difference between User controls and Custom Controls?
Is as keyword in c#?
What is the console on a mac?
What is default access specifier for class in c#?
What is dataview c#?
What is string empty?
What namespace is list in c#?
What is hashset c#?
Is post back c#?
What is string in c# net?
what is an exception in .net?
What is the difference between returning iqueryable vs ienumerable?