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 me what is the .net framework and how does it work?
Explain me difference between public and static modifiers?
SAP Business One(this is intigrated tool of .net)
Is .net core free?
What tools can I use to develop .net applications?
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 COM Interoperability in .NET
Is there any attempt system for microsoft technology papers?
What is .net assembly?
What does il do?
Explain re-clarification of object based in .net?
What is multiThreading in .NET?
Is .net core the future?
Explain boxing and unboxing in .net.
Should I use readerwriterlock instead of monitor.enter/exit?