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

can any one send me some real time sap crm interview question along with answer .my email id is psundeep@ymail.com

0 Answers   IBM,


sir,please send me the NIC exam questions

0 Answers  


What is classic asp application?

0 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,


what is object in c sharp?

2 Answers   TCS,






What is the maximum size of an array in asp?

0 Answers  


What is asp contentplaceholder?

0 Answers  


Explain the difference between server.transfer and response.redirect?

0 Answers  


What is the function of Buffer in Response Object?

1 Answers  


what is open item management in sap fico?

1 Answers  


how can we create a webpage in .Net

0 Answers   Polycom,


What is http header?

0 Answers  


Categories