In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?

Answer Posted / ramesh

Yes ... It will execute the remaining statements. This is
one of the difference between stored procedure and function

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class sortedlist underneath?

572


Can struct have constructor c#?

507


Define collections?

497


Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?

510


Write down the c# syntax to catch an exception

527






Name some string escape sequences in c#.

572


Is functional interface runnable?

512


What’s a strong name?

527


What is called method in c#?

518


What is difference between ienumerable and list in c#?

455


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

1816


Explain About namespaces

579


What is default value of enum c#?

466


Why do we need generics in c#?

512


What is ildasm.exe used for?

534