In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / gopinath
Stored Procedure compiled Successfully.
when passing parameters to the stored procedure and executed
it shows the actual error.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you serialize an object?
Is dictionary a collection?
What is system console writeline in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Is array reference type in c#?
What is the advantage of extension method in c#?
What .exe means?
What are virtual destructors?
Why would you use a class property in c#?
How do you declare an interface in c#?
What standard types does c# use?
List out the differences between array and arraylist in c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Explain the different ways a method can be overloaded?
How are Windows programs different from normal C-programs?