what is the use of stored procedure which has only one
select statement over simple select statment query ? Why to
write a stored procedure then ?
Answer Posted / rkasha
SP are better than SQL Query, but UDF (User Defined
Function) are even beter. Since it can be called in any
query and will return multiple records
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about .net assemblies?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
When a Static Constructor called in .NET?
Explain the differences between server-side code and client-side code.
What is Event Bubbling in .NET?
What is the difference between imperative and interrogative code?
Tell us the differences between an interface and an abstract class in .net?
Explain about the features and elements present in Visual studio.NET IDE?
What is typical about a windows process in regards to memory allocation in dot net?
Explain what relationship is between a process, application domain, and application?
What data providers available in .net to connect to database?
Explain the different parts of an assembly?
what is the meaning silverligt control
Explain what does managed mean in the .net context?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?