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


Please Help Members By Posting Answers For Below Questions

What is 'Common Type System' (CTS) in .NET?

882


Explain dataset.acceptchanges and dataadapter.update methods in .net?

782


What is the single responsibility principle?

799


Explain the top .net class that everything is derived from?

812


What is implement a generic action in webapi?

972


Explain can 2 different applications use the same dll in gac at the same time?

830


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

777


What is .net environment?

784


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

787


What is stored procedure ? how we use it in .NET ?

868


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

784


Is there any thread in our .net programs?

848


Is .net core stable?

707


What is a design pattern and what is it for?

786


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

810