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 parallel foreach in c#?
Why generics are used in c#?
What's the c# syntax to catch any possible exception?
What is iqueryable?
What is hash c#?
Why do we use abstract class in c#?
When was c# created?
What are PE(Portable Executable)?
What is the meaning of MSIL?
Is null or empty in c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
Can we inherit private members of class in c#?
What is interface inheritance?
How do you serialize in c#?
What is the difference between ienumerable and enumerator?