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 what inheritance is, and why it's important?
How to Create and Consume a Web Service?
What is STA in .NET?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is the difference between imperative and interrogative code?
Explain about .Net products?
Why SOAP is required?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Can a dll be changed to an exe?
What are the purposes of using .net?
Explain the differences between server-side code and client-side code.
Explain how to spawn a thread?
What's the use of system.diagnostics.process class in .net?
Explain about managed heap?
Explain assemblies in .net?