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 do multicast delegates mean?
Explain the serialization in .net
What is the use of console readline () in c#?
Can we inherit static class in c#?
What is throw in c#?
Why do we use constructors in c#?
Why objects are stored in heap in c#?
Can a dictionary have duplicate keys c#?
How do you clear a list in c#?
Can we maintain state in webservice?
Can int be null c#?
Describe ado.net?
Is multilevel inheritance possible in c#?
What does namespace mean?
Do loops in c#?