Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / hardik

execution of the stored procedure is faster than simple sql
statement query.

for e.g.

select * from tablename is simple sql statement

create proc temp
as
begin

select * from tablename

end

above is sp of that statement.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the base class of Button control in .NET?

1122


What is finalize method in .net?

1170


Please explain what are an object and a class?

1018


Explain about the Common Language Runtime?

1196


Explain how com+ related to the dna architecture?

1065


What is reflection and what is it for?

1066


What's wrong with a line like this? Datetime.parse(mystring);

1062


Where does the gac exist ?

1076


What is the benefit of .net core?

1033


Explain boxing and unboxing in .net.

1040


What is the difference between a class and an object, and how do these terms relate to each other?

1071


Explain the difference between the stack and the heap?

1029


Write the .net syntax for 'while loop'?

1111


What is gac in .net?

1100


State some of the different languages supported by .net?

1064