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 / ravinder kumar
Because stored procedure are pre compiled and need not to
compile again .it is faster than simple query.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
why you wouldn't want to write into it even if you could
What's singlecall activation mode used for in .net?
Explain me what is an anonymous method and how is it different from a lambda expression?
What is connected and diconnected database ?
How can you assign an rgb color to a system.drawing.color object?
Is .net is a language?
Can you edit data in repeater control? How?
What is the difference between user control an custom control? Advantages/disadvantages?
State some of the different languages supported by .net?
What is Ajax design pattern in .NET?
What’s different between process and application in .net?
What is a garbage collector?
What is shared and repeatable inheritance?
Explain how com+ related to the dna architecture?
Explain what does managed mean in the .net context?