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

how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)

0 Answers   Polycom,


What is Server Object?

2 Answers   NIIT,


Define a class in css?

0 Answers  


What are the methods in Application Object?

2 Answers  


What is a Form collection?

1 Answers  






Define extranet?

0 Answers  


If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?

0 Answers  


How do I open an aspx file in pdf?

0 Answers  


What does Server.MapPath do?

2 Answers  


Which is the default Scripting Language of ASP (server- side)?

2 Answers  


How do I create an aspx page?

0 Answers  


What are the ASP Scripting Objects?

1 Answers  


Categories