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
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is the root class in .net?
How boxing and unboxing occures in memory?
Explain when should you use .net web forms over asp.net mvc?
What is a formatter in .net?
Explain the process of serialization in .NET?
What is the difference between a namespace and assembly name in .net?
Explain what is the difference between a class and an object?
What are the improvements made in cas in .net 4.0?
What is WSDL? Explain its architecture?
What is RPC? What is the use of it?
What is connected and diconnected database ?
What is garbage collection and how it works ?
Please explain what is reflection and what is it for?
Explain garbage collection?