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...


whta are the stored procedure and why they are needed??

Answers were Sorted based on User's Feedback



whta are the stored procedure and why they are needed??..

Answer / sudhir singh

Store Procedure is the collection of SQL Statement which is
accept the input parmeter and output parameter.
Kinds of store procedure.
1. User Define Store Procedure
2. Systemp Store Procedure : Start with Pre-fix SP.
3. Temperory Store Procedure: it has two type private store
Procedure and Global Store Procedure. Private store
procedure create by singl(#) and Global store procedure
create by double(##).
4. External store procedure: start with Pre-Fix XP.

Store Procedure use for better performation of programm.
because storeprocedure is pre-compile query and ADO.NET less
string send to server.

Is This Answer Correct ?    5 Yes 2 No

whta are the stored procedure and why they are needed??..

Answer / ponprabhu

Srored Procedure is the Concept.Lot of Related sql Queries
are Stored inside the Server Database.The Queries are
executed by the user Explicitly.The Stored Procedure is
used to make the sequence Transactions

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP Interview Questions

Which DLL file is needed to be registered for ASP?

3 Answers  


How can I break Search

0 Answers  


Define "virtual directory"?

0 Answers  


how we can create more than one web.config file in our asp.net project

1 Answers   DAS, IBM,


How to add? tree view control in datagrid in asp.net using c#?

0 Answers  


What process happens behind, when we try to access any page on the internet.

0 Answers  


Define server object?

0 Answers  


Explain the tags necessary to be present within the tag ?

0 Answers  


What is difference between Server.transfer and Response.redirect ?

7 Answers  


Define a filesystemobject object?

0 Answers  


How add insert options in datagrid control in footer row.

0 Answers   PreludeSys,


what are Naming constraints for a variable in ASP?

1 Answers  


Categories